Bachelor of Tourism Studies (BTS) Practice Test: Web Design and Online Business for Tourism — Flashcards | Tourism Studies | FatSkills

Bachelor of Tourism Studies (BTS) Practice Test: Web Design and Online Business for Tourism — Flashcards

Fast review mode: answers are shown by default so you can skim quickly. Hide them if you want to self-test.

1 of 109 Ready
A webpage displays a picture. What tag was used to display that picture?
img
Shortcuts
Prev Space Show / hide Next
Turn this into a study set.
Sign in with Google to save tricky questions to your reminder list and resume on any device.
Sign in with Google Free • no extra password
tag can be placed within ________","answer":"both A and B"},{"id":2034434,"question":"using

tag will","answer":"start a new paragraph"},{"id":2034435,"question":" … tag is used for ________","answer":"Table Records"},{"id":2034436,"question":"Physical or logical arrangement of network is","answer":"Topology"},{"id":2034437,"question":"In this topology there is a central controller or hub","answer":"Star"},{"id":2034438,"question":"This topology requires multipoint connection","answer":"Bus"},{"id":2034439,"question":"Data communication system spanning states, countries, or the whole world is","answer":"WAN"},{"id":2034440,"question":"Data communication system within a building or campus is","answer":"LAN"},{"id":2034441,"question":"MAN refers to","answer":"metropolitian area network"},{"id":2034442,"question":"Which of the following is not a type of computer network?","answer":"remote area network"},{"id":2034443,"question":"Which of the following is an attribute of

tag?","answer":"SRC"},{"id":2034444,"question":"Which of the following network is used to connect a number of computers to each other by cables in a single location?","answer":"LAN"},{"id":2034445,"question":"Which of the following is the logical topology?","answer":"Star"},{"id":2034446,"question":"Which of the following is/ are the drawbacks of Ring Topology?","answer":"Both of A and B"},{"id":2034447,"question":"A network that needs human beings to manually route signals is called....","answer":"T-switched network"},{"id":2034448,"question":"A homepage is __________","answer":"the first page of a website"},{"id":2034449,"question":"Which of the following is used to explore the Internet?","answer":"Browser"},{"id":2034450,"question":"What is Internet Explorer?","answer":"A Browser"},{"id":2034451,"question":"What do I need to get onto the Internet?","answer":"All of the above"},{"id":2034452,"question":"What is an ISP?","answer":"Internet Service Provider"},{"id":2034453,"question":"Which is not a domain name extension","answer":".int"},{"id":2034454,"question":"What is a FTP program used for?","answer":"Transfer files to and from an Internet Server"},{"id":2034455,"question":"Which of the following are commonly found on web pages?","answer":"hyperlinks"},{"id":2034456,"question":"Which of the following is the logical topology?","answer":"Bus"},{"id":2034457,"question":"In a ................topology, if there are n devices in a network, each device has n-1 ports for cables.","answer":"Mesh"},{"id":2034458,"question":"Which of the following is considered a broad band communication channel?","answer":"all of above"},{"id":2034459,"question":"Which of the following is not a transmission medium?","answer":"modem"},{"id":2034460,"question":"Which of the following is required to communicate between two computers?","answer":"all of above including access to transmission medium"},{"id":2034461,"question":"What is operating system?","answer":"all of the mentioned"},{"id":2034462,"question":"Which can refer to either the hardware or software that helps to deliver web content that can be accessed through the internet?","answer":"Web server"},{"id":2034463,"question":"......-is a piece of computer hardware or software that accesses a service made available by a server.","answer":"client"},{"id":2034464,"question":"......is a document that is suitable for the World Wide Web and the web browser.","answer":"webpage"},{"id":2034465,"question":"HTTP stands for ?","answer":"Hyper text transfer protocol"},{"id":2034466,"question":"Which is an electronic message from one computer to another?","answer":"Email"},{"id":2034467,"question":"Which is the first small network of connected computers?","answer":"Arpanet"},{"id":2034468,"question":"The bar displayed at the bottom of the desktop is known as ?","answer":"Taskbar"},{"id":2034469,"question":"You can shut down,stand by and restart the computer using ?","answer":"Start button"},{"id":2034470,"question":"Which of the following lets you browse the contents of your computer?","answer":"My computer"},{"id":2034471,"question":"A convenient place to store documents,graphics,or other files that you want to access quickly is ?","answer":"My Documents"},{"id":2034472,"question":"Which component makes its easy to delete and undelete filesand folders?","answer":"RecycleBin"},{"id":2034473,"question":"The option that makes its easier for people with disabilities to operate a computer is","answer":"Accessibility"},{"id":2034474,"question":"The image or color set to the background of the desktop is ?","answer":"wallpaper"},{"id":2034475,"question":"The device that enables the computer to make a dialup networking is","answer":"Modem"},{"id":2034476,"question":"Which component provides a tree like view of its disks,its files and folders","answer":"Windows explorer"},{"id":2034477,"question":"The software that removes viruses from the disk are known as","answer":"Anti virus"},{"id":2034478,"question":"You can move a window to a different position on your screen by dragging it by its","answer":"Title bar"},{"id":2034479,"question":"A bar that inform you the available options in your computer, opened applications, background running applications and can be used to switch between applications quickly is","answer":"Menu bar"},{"id":2034480,"question":"Which components appear in the initial windows start up display?","answer":"Task bar"},{"id":2034481,"question":"Taskbar is used for","answer":"All of above"},{"id":2034482,"question":"To install the new font","answer":"Start -> setting -> control panel -> font -> install new font"},{"id":2034483,"question":"When a peripheral device needs immediate attention from the operating system, it generates an","answer":"Interrupt"},{"id":2034484,"question":"Underlined text, such as text and folder names is referred to as","answer":"Hyperlink"},{"id":2034485,"question":"Which of the following is suitable after you install new drivers?","answer":"Restart"},{"id":2034486,"question":"Windows displays various options to shutdown. Which is suitable at the end of day?","answer":"Shut Down"},{"id":2034487,"question":"Recently deleted files are stored in","answer":"Recycle bin"},{"id":2034488,"question":"Which components appear in the initial Windows start up display?","answer":"Taskbar"},{"id":2034489,"question":"A small part of taskbar that has icons of background running applications is","answer":"System tray"},{"id":2034490,"question":"What program runs first after computer is booted and loading GUI?","answer":"Authentication"},{"id":2034491,"question":"Which attribute is used with img tag to display the text if image could not load in browser?","answer":"alt"},{"id":2034492,"question":"The tags used for specifying fonts in HTML are i. ii. iii. iv. ","answer":"(i) and (iii)"}]; let qno = 1; // 1-based index for display const total = CARDS.length || 1; const countSpan = document.getElementById('count'); const totalSpan = document.getElementById('total'); const quesDiv = document.getElementById('ques'); const ansDiv = document.getElementById('ans'); const statusSpan = document.getElementById('status'); const toggleAnsBtn = document.getElementById('toggleAns'); totalSpan.textContent = String(total); let autoTimer = null; const AUTO_MS = AUTOPLAY ? AUTO_DELAY : 12000; function setStatus(t){ statusSpan.textContent = t; } let studioTimer = null; function runStudioAuto(){ if (!IS_STUDIO || !AUTOPLAY) return; clearTimeout(studioTimer); studioTimer = setTimeout(() => { if (!ansDiv.classList.contains('show')) { toggleAnswer(); runStudioAuto(); } else if (qno < total) { nextQuestion(); runStudioAuto(); } }, AUTO_DELAY); } function disableBtns(){ document.getElementById("firstques").disabled = (qno <= 1); document.getElementById("prevques").disabled = (qno <= 1); document.getElementById("nextques").disabled = (qno >= total); document.getElementById("lastques").disabled = (qno >= total); } function cleanHtml(html){ if (!html) return ""; // If there is a trailing ", strip it. // Example: "

Label

{ img.src = img.src; }); countSpan.textContent = String(qno); disableBtns(); setStatus("Ready"); // Update reminder checkbox for this card const cb = document.getElementById('addtoremind'); const cv = document.getElementById('check-validator'); if (cb && card.id) { cb.value = String(card.id); cb.checked = false; if (cv) cv.textContent = ""; } } if (IS_STUDIO && AUTOPLAY) { runStudioAuto(); } function nextQuestion(){ if (qno >= total) return; qno++; renderCard(); } function prevQuestion(){ if (qno <= 1) return; qno--; renderCard(); } function firstQuestion(){ if (qno === 1) return; qno = 1; renderCard(); } function lastQuestion(){ if (qno === total) return; qno = total; renderCard(); } function toggleAnswer(){ if (!ansDiv) return; if (ansDiv.classList.contains('show')) { ansDiv.classList.remove('show'); toggleAnsBtn.textContent = "Show answer"; } else { ansDiv.classList.add('show'); toggleAnsBtn.textContent = "Hide answer"; } } function toggleAuto(){ const btn = document.getElementById("toggleAuto"); if (autoTimer) { clearInterval(autoTimer); autoTimer = null; btn.textContent = "Auto: Off"; setStatus("Auto paused"); return; } autoTimer = setInterval(() => { if (qno >= total) { clearInterval(autoTimer); autoTimer = null; btn.textContent = "Auto: Off"; setStatus("Reached last card"); return; } nextQuestion(); }, AUTO_MS); btn.textContent = "Auto: On"; setStatus("Auto running"); } document.addEventListener('keydown', (e) => { if (e.key === 'ArrowLeft') { e.preventDefault(); prevQuestion(); return; } if (e.key === ' ') { e.preventDefault(); toggleAnswer(); return; } if (e.key === 'Enter' || e.key === 'ArrowRight') { e.preventDefault(); if (!ansDiv.classList.contains('show')) { toggleAnswer(); } else { nextQuestion(); } return; } }); if (IS_STUDIO) { document.addEventListener('keydown', (e) => { if (e.code === 'KeyF') { e.preventDefault(); const root = document.querySelector('.panel') || document.documentElement; if (!document.fullscreenElement) root.requestFullscreen?.(); else document.exitFullscreen?.(); } }); } disableBtns(); renderCard(); // initial sync if (IS_STUDIO && AUTOPLAY) { runStudioAuto(); } function addToReminder(val){ const cb = document.getElementById('addtoremind'); const isChecked = cb && cb.checked; const target = document.getElementById("check-validator"); if (target) target.innerHTML = "loading"; const u = "https://www.fatskills.com/remindthis.php?checked=" + (isChecked ? "true" : "false") + "&qid=" + encodeURIComponent(val); fetch(u, { credentials: "include" }) .then(r => r.text()) .then(t => { if (target) target.innerHTML = t; }) .catch(() => { if (target) target.textContent = ""; }); } window.addToReminder = addToReminder; window.toggleAnswer = toggleAnswer; window.toggleAuto = toggleAuto; window.nextQuestion = nextQuestion; window.prevQuestion = prevQuestion; window.firstQuestion = firstQuestion; window.lastQuestion = lastQuestion;