Wird geladen....
|
Drücken und Halten zum Ziehen |
|||
|
Hier klicken, um zu schließen |
|||
Frage 1 Bericht
An inventory management program can assist with ________
Antwortdetails
An inventory management program is designed to track goods as they move through a business, from the moment they are acquired to the moment they leave the warehouse or shop. Because inventory touches many stages of business operations, such software typically supports several related functions at once.
It helps with purchasing by tracking stock levels so managers know when to reorder, with distribution by recording where and when goods are sent out, and with planning by providing data on stock trends that inform future ordering and production decisions. These are not separate, unrelated systems but connected uses of the same underlying inventory data.
Because purchasing, distribution, and planning are all genuine, common functions supported by inventory management software, the complete answer is that it assists with all of them together rather than just one.
Exam takeaway: when a question lists several plausible uses of the same software and each one is individually true, consider whether the option covering all of them better reflects the full scope of that software's role.
Frage 2 Bericht
Which characteristic of a computer refers to its ability to minimize energy, consumption and resource usage?
Antwortdetails
Computers are often described using a set of standard characteristics: speed, how fast operations are carried out; versatility, the ability to perform many different kinds of tasks; reliability, the ability to produce consistent, error-free results over time; and efficiency, how well the computer uses the resources available to it.
Efficiency is specifically about getting the required output while minimising waste, whether that waste is electrical energy, processing power, memory, or storage space. A computer described as efficient is one that completes its tasks using as little energy and as few resources as necessary, rather than one that is simply fast or dependable. Speed, versatility, and reliability each describe a different quality of performance, but none of them refers to minimising the resources or energy consumed while working.
When a question mentions minimising consumption or resource usage specifically, that wording is the signal pointing to efficiency rather than to speed or reliability.
Frage 3 Bericht
What is a computer file.
Antwortdetails
Computers organise the information they hold into discrete, named units so that data can be saved, retrieved, and managed separately from other data. Understanding what this basic unit actually is helps distinguish it from the content it might contain.
A computer file is a place on a computer where a collection of related information is stored together as a single package, whether that information is text, an image, a program, or any other kind of digital data. The file is the container, identified by a name and location, that holds this information so the operating system and applications can find and work with it.
A file is not limited to being only a document of text, since files can also store images, programs, or sound, and it is certainly not a physical paper document, which belongs to the non-digital world rather than to computer storage.
Exam takeaway: think of a computer file as a labelled storage container for data in general, not as a synonym for a text document specifically.
Frage 4 Bericht
A collection of facts and figures is known to be _________
Antwortdetails
In computer studies, a clear distinction is drawn between raw, unprocessed facts and figures and the organised, meaningful information produced once those facts are processed. Facts and figures on their own, before any processing, meaning, or organisation is applied to them, are simply called data.
A database is a structured, organised collection of related data stored so it can be managed and retrieved efficiently, which is a step beyond raw facts and figures. Sequenced data and structural data are not standard terms used in this context; they describe neither raw facts nor an organised store of them in the way the syllabus defines these concepts.
Exam takeaway: keep the basic definition fixed in mind, data is raw facts and figures, while information is data that has been processed to become meaningful, and a database is where organised data is stored.
Frage 5 Bericht
What generation of computer is characterized by the use of vacuum tubes for circuitry and magnetic drums for main memory?
Antwortdetails
Computer generations are classified according to the core hardware technology used for processing and memory. The earliest generation, spanning roughly from the mid-1940s to the late 1950s, relied on glass vacuum tubes to carry out logic and switching operations, since transistors and integrated circuits had not yet been invented. For main memory, these machines used rotating drums coated with magnetic material, where data was recorded as magnetised spots on the drum's surface and read as it spun past a fixed head, since faster memory technologies like magnetic core memory were not yet widely deployed.
Machines built with transistors instead of vacuum tubes belong to the second generation, a technology that made computers smaller, faster, and more reliable, and that generation typically used magnetic core memory rather than drums. The third generation replaced individual transistors with integrated circuits, packing many transistors onto a single chip, and moved even further away from drum-based memory. The fourth generation is defined by the microprocessor, where an entire central processing unit is built onto a single chip, a technology far removed from vacuum tubes and magnetic drums.
The pairing of "vacuum tubes" with "magnetic drums" is the specific signal to watch for in this type of question, since each generation is tied to one dominant processing technology and one dominant memory technology, and only the earliest generation combines these particular two.
Frage 6 Bericht
The binary system has the radix of ________
Antwortdetails
The radix (or base) of a number system is the count of distinct digit symbols it uses, and it also tells you what each place value in the number is a power of.
The binary number system uses only two digit symbols, \(0\) and \(1\), so its radix is \(2\). Each position in a binary number represents a power of \(2\) (units, twos, fours, eights, and so on), for example the binary number \(1011\) is evaluated as \(1 \times 2^{3} + 0 \times 2^{2} + 1 \times 2^{1} + 1 \times 2^{0} = 11\) in decimal.
This is directly linked to the fact that a bit has only two possible values, it is precisely because there are two digit symbols available that the radix of the system is \(2\), not \(0\), \(1\), or a fraction such as \(\frac{1}{2}\).
Exam tip: the radix of any number system equals the number of distinct digits it uses, decimal has \(10\) digits so its radix is \(10\), binary has \(2\) digits so its radix is \(2\).
Frage 7 Bericht
Which of the following is the standard keyboard layout ?
Antwortdetails
A keyboard layout describes the arrangement of letters, numbers, and symbols on the keys. The layout adopted as the worldwide standard for English-language keyboards is named after the first six letters that appear on its top-left row of letter keys: Q, W, E, R, T, Y. This layout was designed in the 1870s for early typewriters and has remained the default arrangement on almost every computer, laptop, and phone keyboard sold today.
The alternative layouts named among the choices exist but are not the standard. One is a later redesign intended to reduce finger movement by grouping the most frequently used letters on the home row; it is used by only a small number of typists who deliberately switch to it. Another is the standard layout used mainly in French-speaking countries, named after the first letters on its own top row, and it rearranges several keys compared with the English standard. A layout that simply lists the alphabet in order (A, B, C, D) is not used in any real keyboard because it would be inefficient for touch-typing, since common letter combinations would not be positioned for quick, alternating finger movement.
Remember that "standard" in this context means the default layout shipped on most computers and recognised internationally, and that is the one named after its own first six top-row letters.
Frage 8 Bericht
Computers that are small and low cost are referred to as ?
Antwortdetails
Computers are grouped into size and cost categories such as supercomputers, mainframes, minicomputers, and microcomputers, ranked roughly from largest and most expensive to smallest and cheapest.
A microcomputer is the smallest and least expensive category, built around a single microprocessor chip. This category includes the desktop and laptop computers most people use daily, which are physically compact and affordable compared to larger institutional computers.
The other options do not correctly name this category. Minicomputers are a step above microcomputers in size, power, and cost, historically used by medium-sized organisations for tasks larger than what one desktop machine could handle. "Small computers" and "tablet computers" are not the standard classification terms used in computer studies for this size and cost category; tablets are simply one physical form that microcomputers can take, not the name of the classification itself.
When a question links "small" and "low cost" together as defining features of a computer category, the correct technical term is microcomputer, not the informal phrase "small computer".
Frage 9 Bericht
___________________ is a program meant to be sent from one computer to another across the world wide Web.
Antwortdetails
The question describes a small program written so that it can travel from one computer to another over the internet and run inside another program, typically a web browser, once it arrives. This kind of small, portable program embedded in a web page is called an applet.
An applet is designed to be downloaded automatically along with a web page and executed within the browser, adding interactive features such as animations or calculations to what would otherwise be a static page. Mail refers to messages sent between users, not a program in itself; an algorithm is a step-by-step plan for solving a problem, not something that is transmitted and executed; and data packages are simply chunks of data moved across a network, not executable programs.
Exam takeaway: associate the idea of a program sent from one computer to another across the web to be run there specifically with an applet, since it is defined by being both a program and something that travels and executes remotely inside a browser.
Frage 10 Bericht
What is the permanent memory built into your computer called?
Antwortdetails
Computers contain memory chips that behave differently depending on whether they keep their contents after the power is switched off. A chip whose data is fixed at manufacture and remains available even without power is described as permanent, in contrast to memory that is only usable while the computer is running.
ROM (Read-Only Memory) is exactly this kind of permanent memory: it is built into the computer and retains the essential startup instructions it holds regardless of whether the power is on or off.
RAM cannot be the answer because it is temporary working memory, cleared every time the computer is switched off. The CPU is the processor that carries out instructions, not a storage chip, so it does not fit the description of memory. A CD-ROM is a removable optical disc, not memory built into the computer itself, so although its name contains "ROM", it is a different kind of storage device entirely.
Watch for CD-ROM appearing as a distractor in ROM questions; the shared name is a trap, since CD-ROM is a removable disc, while ROM, as tested here, refers to a chip permanently installed inside the machine.
Frage 11 Bericht
The illegal access to a network or computer system is___________
Antwortdetails
Several words in computing sound similar but describe different actions around computer security. It is important to distinguish gaining entry without permission from the tools used to break in, and from copying software illegally.
The illegal access to a network or computer system, breaking through its protection to get in without authorisation, is known as cracking. A "cracker" is someone who deliberately defeats passwords or security measures to gain unauthorised entry, often with harmful intent.
"Security" refers to the protective measures themselves, not the act of breaking them. A "virus" is a harmful program that can spread and damage data, but it is not itself the act of gaining illegal access. "Piracy" specifically means the unauthorised copying or distribution of software or media, which is a different offence from breaking into a system.
Keep these apart in your mind: cracking is unauthorised entry, piracy is unauthorised copying, and a virus is a type of malicious program.
Frage 12 Bericht
The function of an assembler is to _________
Antwortdetails
Computers can only execute instructions written in machine language, a sequence of binary codes specific to the processor. Because writing programs directly in binary is difficult for humans, programmers write in more readable languages, which must then be translated before the computer can run them.
Assembly language uses short mnemonic codes, such as ADD or MOV, that correspond closely to machine instructions but are easier for people to read and write. An assembler is the translator program whose job is to convert this assembly language code into the equivalent machine language code the processor can execute directly.
This is different from a compiler, which translates a high level language, one using English-like statements and complex expressions, into machine language. Because assembly language and high level language sit at different levels of abstraction, they need different translator programs, and an assembler specifically handles assembly language.
Exam takeaway: match the translator to its source language, an assembler for assembly language and a compiler or interpreter for high level language, rather than treating all translators as interchangeable.
Frage 13 Bericht
What type of ICT is used for immersive gaming solutions?
Antwortdetails
Immersive gaming is designed to make the player feel physically present inside a simulated environment, rather than just looking at a screen from the outside. A portable entertainment device is a general term for handheld gadgets and does not by itself create this sense of presence, and a 360 degree panoramic viewer or an augmented reality visor overlay digital content onto or around the real world rather than fully replacing it with a simulated one.
A Virtual Reality (VR) headset is built specifically for this purpose. It covers the user's field of view completely and tracks head movement in real time, so turning your head shifts the view exactly as it would in the real world, creating the illusion of being inside the game's environment rather than watching it on a flat screen. This full replacement of the visual field, combined with motion tracking, is what makes VR the technology associated with immersive gaming.
The key distinguishing idea for the exam is full replacement of the visual field for immersion (virtual reality) versus overlaying digital elements onto the real world (augmented reality); immersive gaming specifically calls for the former.
Frage 14 Bericht
The joystick typically have a button on _________ used to select the option pointed by the cursor.
Antwortdetails
A joystick is an input device with a movable stick used mainly for controlling direction or position, most commonly in games and simulations. To let the user make a selection or trigger an action without letting go of the stick, joysticks are fitted with one or more buttons positioned on top of the stick, within easy reach of the thumb while the hand still grips and moves the stick.
Placing the button on top means the user can move the joystick with their fingers wrapped around it and press the button with their thumb at the same time, allowing quick selection of whatever the cursor is currently pointing at without needing a second hand or interrupting the movement of the stick.
A button on the bottom, left, or right side of the stick would be awkward to reach while still gripping and steering the stick, so manufacturers place the primary select button on top for ergonomic, one-handed operation.
Exam tip: remember that a joystick's design goal is single-handed control, so its main action button sits on top, where the thumb naturally rests.
Frage 15 Bericht
What differs a system software from application software?
Antwortdetails
Computer software is broadly divided into two categories based on what it is designed to do. System software manages and controls the computer's own hardware and internal resources so that the machine can function at all, while application software is created to help the end user carry out a specific task, such as typing a document, editing a photo, or browsing the internet.
The defining difference lies in who the software serves. System software (like an operating system or a device driver) is written and supplied by the computer's manufacturer or platform provider specifically to keep the machine running: managing memory, coordinating hardware, and providing the platform on which everything else operates. Application software, on the other hand, is installed afterward by the user to perform a chosen task and depends on the system software beneath it to work.
The ability to multitask, minimal storage size, and having cache memory are not features that distinguish one category from the other; both system and application software can multitask, vary in size, and rely on cache memory. What genuinely separates them is that system software consists of the unique, foundational programs installed to help the computer itself run, while application software is built on top of that foundation to serve a user's specific needs.
Exam tip: whenever a question contrasts system software with application software, look for the option that describes "running the machine" versus "performing a user task" rather than technical features like speed or size.
Frage 16 Bericht
What part of the central processing unit coordinates other units and manages the computer resources ?
Antwortdetails
The central processing unit is made up of several parts that work together, but only one of them is responsible for directing the others. The arithmetic and logic unit performs calculations and comparisons, and the memory unit stores data, but neither of these decides when or how the various components should act.
That coordinating role belongs to the control unit. It generates the timing and control signals that tell the input unit when to supply data, the arithmetic and logic unit when to perform an operation, the memory unit when to read or write data, and the output unit when to display results. By managing this flow of instructions and resources across every other unit, the control unit acts as the coordinator of the entire processor.
There is no separate "coordinating unit" in standard computer architecture; whenever a question asks which part coordinates or manages the CPU's other components, the answer is the control unit.
Frage 17 Bericht
Computers that are portable and convenient for users who travel are known as _________________
Antwortdetails
Computers are often classified by their physical size, processing power, and intended use. Some categories, such as supercomputers, mini computers, and file servers, are built for large-scale, stationary tasks and are not designed with portability in mind.
A laptop is a compact, battery-powered, foldable computer that integrates the screen, keyboard, and processing hardware into a single lightweight unit that can be closed and carried easily. This design specifically targets users who need to work while travelling or moving between locations, since a laptop can run without a constant power connection and fits into a bag.
Supercomputers are extremely large, powerful machines used for massive scientific or industrial calculations, housed in dedicated facilities rather than carried around. Mini computers are mid-sized systems used for multi-user business processing, and file servers are dedicated machines that store and share files across a network; both are typically fixed in place in an office or data centre rather than being convenient for travel.
Exam tip: when a question emphasises "portable" or "convenient for travel," it is pointing to laptops (or, more broadly, notebook computers), since portability is their defining design feature compared with servers or large-scale computers.
Frage 18 Bericht
Which of the following is an example of output device
Antwortdetails
Devices are classified by the direction in which data flows relative to the computer. An output device presents information that the computer has processed to the user, rather than sending new data into the computer.
A speaker takes processed audio signals from the computer and converts them into sound the user can hear, which makes it an output device. A keyboard and a mouse are input devices because they send commands and data into the computer. A microphone is also an input device, since it captures sound from the environment and converts it into data for the computer to process.
Exam takeaway: ask which way the information travels; if the device delivers processed results to the user (sound, image, print), it is output, and if it sends raw data or commands into the computer, it is input.
Frage 19 Bericht
Which process is used by large retailers to study trends?
Antwortdetails
Large retailers collect enormous amounts of transaction data every day, from till receipts to loyalty-card purchases. To turn that raw data into something useful, they use a process that searches through the data for hidden patterns, correlations, and trends, such as which products sell together or which items become popular in a particular season.
This process is data mining. It applies statistical and computational techniques to large data sets to discover regularities that are not obvious just by looking at individual transactions. A retailer that studies trends this way can decide what stock to reorder, how to plan promotions, and where to place products on shelves.
Selecting a subset of data or converting data from one format to another are steps that may support analysis, but they do not by themselves reveal trends; they are preparatory tasks. A point-of-sale system only records the transaction at the till and does not analyse patterns across many transactions.
Exam takeaway: when a question links large volumes of stored data to the discovery of trends or patterns, the expected term is data mining, not the tools that merely collect or reformat the data.
Frage 20 Bericht
_________ are programmes that affect the effectiveness of a computer system.
Antwortdetails
A computer virus is a malicious program deliberately written to attach itself to files or programs and spread from one computer to another, often without the user's knowledge. Once active, a virus can slow down the system, corrupt or delete files, consume storage and memory, and generally reduce how effectively the computer performs its normal functions.
This matches the description of "a programme that affects the effectiveness of a computer system," because a virus is itself a self-contained, executable program with the specific purpose of interfering with normal computer operation.
A bug, by contrast, is not a standalone program at all; it is an unintentional error or flaw within the code of a legitimate program, caused by a mistake during development rather than by a deliberately written harmful program. Antivirus software does the opposite of what the question describes, since it is designed to detect and remove threats and therefore protects the effectiveness of a system rather than harming it.
Exam tip: distinguish "bug" (an accidental coding error inside a program) from "virus" (a deliberately created harmful program that spreads and damages performance); only the virus fits the description of a programme designed to affect system effectiveness.
Frage 21 Bericht
CRACKING comes under ___________
Antwortdetails
Not all interactions with computer systems are legitimate. Some activities are deliberately designed to bypass security measures for unauthorised access or harm, and these activities are grouped together under a specific category of wrongdoing.
Cracking refers to breaking into a computer system or bypassing software security, often to steal data, disable protections, or use resources without permission. Because this involves unauthorised, deliberately harmful access, it falls under computer crime, the category covering illegal acts committed using or against computer systems.
Cracking is not a legitimate website service, a form of transcription, which involves converting speech or media into written text, or a data security measure; instead it directly undermines the goals that data security measures are meant to achieve.
Exam takeaway: any activity that breaks security to gain unauthorised access, such as cracking or hacking with malicious intent, belongs under computer crime rather than under legitimate services or protective measures.
Frage 22 Bericht
What type of booting does the computer go through when starting up from a powered down ?
Antwortdetails
Booting is the process of starting up a computer and loading its operating system into memory. The type of boot depends on the state the computer was in before it started: a warm boot or reboot happens when a computer that is already switched on is restarted, either through software or a reset button, without disconnecting its power supply.
Starting a computer from a completely powered-down state, where it had no power running through it beforehand, is called a cold boot. During a cold boot, the system must run its full startup checks from scratch, including the power-on self-test, since none of its circuits were already active.
Distinguish the two by the starting condition of the machine: powered off before starting means a cold boot, while restarting a machine that was already on means a warm boot.
Frage 23 Bericht
Which of the following can be used to select the entire document ?
Antwortdetails
Word processors and most other software follow a standard set of keyboard shortcuts to speed up common actions. The shortcut used to highlight every piece of content in the active document at once, so it can be copied, deleted, or formatted in a single step, is formed by holding the Control key and pressing the letter A, which stands for "select All."
The other combinations listed perform unrelated actions. Holding Control and pressing K is commonly used to insert a hyperlink into a document, not to select text. Holding Shift and pressing A simply types a capital "A" when Caps Lock or Shift is used for a single letter; it has no special selection function. Holding Alt and pressing F5 is not a recognised standard shortcut in mainstream word processors and does not perform document selection.
A useful memory aid is that the letter chosen for a shortcut often matches the first letter of the action it performs: A for "Select All," C for "Copy," V for "Paste," and so on, which makes Ctrl + A the logical shortcut for selecting an entire document.
Frage 24 Bericht
Which of the following is not a third generation language?
Antwortdetails
Programming languages are classified into generations based on how close they are to the hardware and how much they resemble human language. Third generation languages are high-level languages that use English-like statements and are largely independent of any particular machine. FORTRAN, COBOL, and Basic all fit this description, being designed for scientific, business, and general-purpose programming respectively using readable syntax.
Assembly language belongs to the second generation. It uses mnemonic codes such as ADD or MOV that map closely to a specific processor's machine instructions, which means a program written in assembly language for one type of processor generally will not run on another. This close tie to hardware, rather than English-like structure, places it a generation below FORTRAN, COBOL, and Basic.
When classifying a language by generation, check whether it is written in processor-specific mnemonics (second generation) or in portable, English-like statements (third generation).
Frage 25 Bericht
One of the following is not a good way to prevent virus.
Antwortdetails
Protecting a computer from viruses requires deliberate security practices; the question asks which listed action is not one of these good practices, meaning it is actually a risky behaviour rather than a protective measure.
Carelessly exposing your vital and personal information is not a virus-prevention practice at all. It is a risky behaviour that makes a user more vulnerable, since attackers can use exposed personal details or careless sharing of files and links as a way to trick a user into installing malware or falling for phishing attempts that carry viruses.
The remaining three options are all recognised, active virus-prevention measures. Encryption protects the confidentiality of data so that even if it is intercepted, it cannot be easily read or misused. Using a firewall filters incoming and outgoing network traffic to block unauthorised or malicious connections before they reach the computer. Using antivirus software actively scans for, detects, and removes known viruses and malicious programs.
When a question asks which option is "not" a protective measure, look for the option describing a careless or risky user action, since good security practices are always about actively defending the system, never about exposing it.
Frage 26 Bericht
In any software package, which of the following versions represents a major improvement on the previous version?
Antwortdetails
Software developers use version numbers to signal how significant a new release is compared to what came before. These numbers usually follow a convention where different parts of the number carry different meanings.
The whole number to the left of the decimal point, sometimes called the major version number, is increased when the software receives substantial new features, a redesigned interface, or other changes significant enough to represent a new generation of the product. Moving to a version numbered with a whole number and a zero after the decimal point signals exactly this kind of major overhaul.
By contrast, a number with a non-zero digit after the decimal point typically reflects smaller updates, bug fixes, or incremental improvements that do not amount to a complete overhaul of the software.
Exam takeaway: read a jump in the whole number before the decimal point as a major upgrade, and a change only in the decimal part as a minor, incremental update.
Frage 27 Bericht
For what does WAN stand?
Antwortdetails
Computer networks are classified by the size of the geographical area they cover. A network confined to one room or building is called a local area network, while a network that spans cities, countries, or even continents needs a different classification.
WAN stands for Wide Area Network, a network that connects computers and smaller networks over a large geographical area, often using telecommunication links, satellites, or leased lines. The internet itself is the largest example of a wide area network.
The other choices are not standard networking terms; they are constructed to sound similar to the correct expansion but do not correspond to any recognised classification used in computer studies.
Exam takeaway: connect the word wide in WAN to geographical coverage, distinguishing it from a LAN, which covers a small, local area such as a single office or campus.
Frage 28 Bericht
Which of the following is an example of graphics software ?
Antwortdetails
Application software is grouped into categories based on the main task it is designed to perform, such as word processing, spreadsheets, database management, presentations, or graphics creation and editing.
Adobe Illustrator is a vector graphics editor built specifically for creating and manipulating illustrations, logos, and drawings. Because its core purpose is producing and editing graphical artwork, it belongs to the category of graphics software.
The other named programs belong to different software categories. Microsoft Word is word processing software used for creating and formatting text documents. Microsoft PowerPoint is presentation software used to build slideshows that combine text, images, and transitions. MS Access is database management software used to store, organise, and query structured records. None of these three has graphic creation and editing as their primary purpose the way Adobe Illustrator does.
When identifying software categories, focus on the primary function the tool was built for, since many packages can display images without being classified as graphics software.
Frage 29 Bericht
Which of the following best describes the SDLC?
Antwortdetails
Building an information system is a complex undertaking that benefits from a structured, repeatable process rather than an ad-hoc approach, which is why organisations follow an established methodology.
The System Development Life Cycle (SDLC) is exactly this: a structured framework describing the stages an information system passes through, typically including planning, analysis, design, implementation, testing, and maintenance. It provides a systematic approach that guides a development team from identifying a business need all the way through to delivering and maintaining a working system.
The other options misidentify what the SDLC actually is. It is not a programming language, since it does not consist of syntax or code used to write programs; instead, it describes the process surrounding development. It is not solely a debugging methodology, since debugging is only one small part of the testing and maintenance stages within the wider cycle. It is also not a hardware configuration protocol, since it addresses the overall development process for an information system, not the technical setup of physical hardware.
When a question describes a "framework" or set of "stages" for building a system, that phrasing points to the SDLC, since it describes the full end-to-end development process rather than any single technical tool or language.
Frage 30 Bericht
A 2-input gate that can be used to pass a digital waveform unchanged at certain times and inverted at other times is ___________
Antwortdetails
Some logic gates can act as a controllable switch, letting one input signal decide whether a second, changing signal passes through unchanged or gets flipped. Identifying which gate behaves this way means checking its output for both settings of the controlling input.
An XOR gate outputs 1 whenever its two inputs differ and outputs 0 whenever they are the same. If one input is held at 0 while the other input carries a changing digital waveform, the output simply follows that waveform unchanged, because a signal paired with 0 keeps its own value under exclusive-OR. If the control input is instead held at 1, the output becomes the exact opposite of the waveform at every instant, because a signal paired with 1 gets flipped under exclusive-OR. This makes the XOR gate a controllable inverter: unchanged at one control setting, inverted at the other.
The AND and OR gates cannot reproduce this behaviour, since holding one input fixed at either 0 or 1 forces their output to either always follow or always block the other signal, never to invert it. A NAND gate can invert a signal but does not offer this same unchanged-versus-inverted switching behaviour based on a control input in the way XOR does.
Exam takeaway: recognise the exclusive-OR gate as the standard controlled inverter, passing a waveform through untouched with one control level and flipped with the other.
Frage 31 Bericht
Which of the following monitors has only two colours
Antwortdetails
Computer monitors are classified partly by how many colours they can display.
A monochrome monitor displays images using only one foreground colour against a background, which in practice means the screen shows just two distinct colours, for example black and white, or green and black. This limitation comes from the display technology only being able to represent a pixel as either on or off, with no shades or additional colours in between.
The other options do not fit this description. A colour monitor displays a wide range of colours by combining red, green, and blue light in varying intensities. Colour Graphics Adapter (CGA) was an early IBM display standard capable of showing several colours at once (up to 16 in text mode or 4 on screen simultaneously in graphics mode), which is more than two. "Dichrome monitor" is not a standard recognised term in computer studies; the correct technical term for a two-colour display is monochrome.
When a question describes a display limited to exactly two colours, associate that with the term monochrome, since colour monitors and CGA both support more than two colours at once.
Frage 32 Bericht
If the control unit controls other units of the CPU, which unit stores instructions,data and intermediate results.
Antwortdetails
The Central Processing Unit (CPU) is made up of several functional units that each play a distinct role in executing a program, and the question already tells us that the control unit's job is to control the other units, so the answer must be one of the remaining components.
The memory unit is the part of the CPU's supporting structure responsible for holding instructions, data, and intermediate results while a program is running. Before an instruction can be executed, it must be fetched from memory; while calculations are underway, partial results are temporarily stored in memory (often registers) until they are needed again or written to the final output.
The other units serve different purposes. The arithmetic section, along with the logic section, together form the Arithmetic and Logic Unit (ALU), which performs actual calculations and logical comparisons on data, rather than storing it. The control unit, as stated in the question, directs and coordinates the activities of the other units; it does not itself act as the storage location for data and instructions.
When a question asks specifically about "storing" instructions, data, and intermediate results, the keyword storing points directly to the memory unit, since storage is memory's defining function, while the ALU's sections are defined by processing, not storing.
Frage 33 Bericht
what is the first computing machine invented ?
Antwortdetails
Before any mechanical or electronic calculating devices existed, people needed a way to keep track of numbers and perform arithmetic. The earliest such device, dating back thousands of years to ancient civilisations, is a manual counting frame consisting of a wooden or metal frame with rods holding movable beads. By sliding these beads into different positions, a user could add, subtract, and perform other simple calculations. Because it was the very first tool humans built specifically to compute, it is recognised as the first computing machine ever invented.
The other options came much later and depended on more advanced design ideas. A device made of two logarithmic scales that slide against each other to multiply and divide numbers was developed in the 17th century, long after the counting frame was already in wide use. A set of rods marked with multiplication tables, used to simplify multiplication and division by manual lookup, was invented in the early 1600s, and a mechanical device using gears to perform addition and subtraction was built shortly afterward, also in the 17th century. All three of these tools represent later refinements in calculating technology, not the original invention.
When a question asks for the "first" computing device, look for the tool with the oldest documented history rather than the most sophisticated mechanism; simplicity and antiquity, not complexity, mark the starting point of computing history.
Frage 34 Bericht
__________________ is the conversion of computer data from one format to another.
Antwortdetails
The process of changing computer data from one format into another format is called data conversion.
Data conversion happens whenever information stored in one representation needs to be usable in a different system or program, for example converting a file saved in one word-processor format into a different file format, or converting data from one character encoding to another so a different system can read it correctly.
Data transmission and data transfer both describe moving data from one location or device to another, they do not necessarily involve changing its format, and "data implementation" is not a recognised term for changing data format, so neither of these correctly matches the description in the question.
Exam tip: keep "conversion" (changing format) and "transmission or transfer" (moving location) as two separate ideas, a question describing a change in format is always pointing to conversion.
Frage 35 Bericht
System software has which major function?
Antwortdetails
System software is the layer of software that manages a computer's hardware and provides the basic platform on which application software runs. Its major function is controlling the computer system, coordinating the processor, memory, storage, and peripheral devices so that everything works together correctly.
Examples of system software include the operating system, device drivers, and utility programs, all of which exist primarily to manage hardware resources, schedule tasks, and keep the system running, rather than to perform a specific end-user task like word processing or accounting.
Making navigation easier and giving utility functions are things certain parts of system software may also assist with, but they describe secondary conveniences, not the fundamental, defining role of system software, which is to control and manage the computer system itself so that everything else can run on top of it.
Exam tip: separate system software, which manages the machine itself, from application software, which performs specific user tasks, the major function of system software is always about controlling and coordinating the underlying computer system.
Frage 36 Bericht
Which part of a processor contains the hard ware necessary to perform all the operations required by a computer?
Antwortdetails
A processor (CPU) is made up of several internal parts that each play a distinct role in carrying out instructions. Two of its key components are the control unit and the data path, which together perform all the operations the computer needs.
The data path is the part of the processor that contains the actual hardware, circuits such as the arithmetic and logic unit and the registers connected together, needed to perform every operation required by a computer: fetching data, carrying out calculations, and moving results between components. It is essentially the physical execution engine of the processor, containing all the functional hardware needed to carry out instructions.
The controller (control unit) directs and sequences these operations by sending signals telling the data path what to do and when, but it does not itself contain all the hardware that performs the operations; it coordinates rather than executes. Registers are small, fast storage locations within the data path used to briefly hold data during processing, forming only one part of the data path rather than the whole set of operational hardware. Cache is a fast memory layer used to speed up access to frequently used data, but it is a memory component, not the hardware that performs computational operations.
Exam tip: link the data path to "performing operations" (the doing) and the control unit to "directing operations" (the coordinating), since questions often test this distinction.
Frage 37 Bericht
Which statement is used to skip the execution of the current iteration and start the next iteration in a loop?
Antwortdetails
Loops repeat a block of instructions, and sometimes a program needs to skip the remaining instructions for one particular pass through the loop without stopping the loop entirely. The continue statement does exactly this: when it is reached, the program immediately jumps back to the loop's condition check and begins the next iteration, skipping any code that comes after it within that pass.
For example, in a loop that processes numbers from 1 to 10 and needs to skip even numbers, a continue statement placed inside a condition that detects an even number would move straight to the next number without executing the remaining instructions for that particular value. This is different from a statement that would stop the loop altogether, since the continue statement only skips the current pass and allows the loop to carry on with the next one. "Skip statement," "jump statement," and "next statement" are not the recognised keywords used in mainstream programming languages for this behaviour.
Examination reminder: continue skips the rest of the current iteration and moves to the next one, while break would end the loop completely; these two are commonly confused in examinations.
Frage 38 Bericht
Which of the following is NOT a high-level programming language?
Antwortdetails
Programming languages are grouped into levels based on how close they are to the way a computer's hardware actually operates. A high-level language uses English-like keywords and structures (such as loops, functions, and readable variable names) that are far removed from the binary instructions a processor executes, which makes such languages easier for humans to read, write, and maintain. A low-level language, by contrast, is written in instructions that closely mirror the processor's own operations, using short mnemonic codes tied directly to specific hardware registers and memory addresses.
Among the options, the language built from short mnemonics that map almost one-to-one onto a processor's machine instructions is a low-level language: it requires a programmer to think in terms of registers, memory addresses, and individual CPU operations rather than abstract logic. The other three languages listed all use readable, structured syntax with built-in libraries and abstractions that let a programmer describe what should happen without worrying about the underlying hardware, which is exactly what defines a high-level language.
A common misconception is that "low-level" means simple or beginner-friendly; it actually means low-level in terms of abstraction from hardware, and such languages are typically harder to learn because they demand precise control over the machine itself.
Frage 39 Bericht
________ is the process of dividing the disk into tracks and sectors
Antwortdetails
Before a storage disk can be used to save files, it must be prepared with a specific physical and logical structure that tells the operating system how to organise data on its surface.
The process that divides a disk into tracks, concentric circular paths, and sectors, small arcs within each track, is called formatting. Formatting also typically sets up a file system, which the operating system then uses to record where each file's data is physically stored on the disk.
"Tracking" is not a standard term for this preparation process, "crashing" describes a system failure, and "allotting" is a general word for assigning something, none of which specifically describe the structured division of a disk's surface into tracks and sectors.
Remember formatting as a two-part idea: it creates the physical tracks-and-sectors layout, and it installs the logical file system the operating system needs to store and retrieve files.
Frage 40 Bericht
What is the primary purpose of using a query in MS Access?
Antwortdetails
MS Access provides several different objects, each with a distinct job. A form gives a user-friendly interface for entering, editing, and viewing data; a table defines the overall structure of the data and the relationships between different tables; and a report visually presents data trends through charts and summaries. None of these three is built specifically to search through existing data based on conditions the user sets.
A query is used to retrieve specific data from one or more tables based on criteria the user defines, such as showing only students who scored above a certain mark, or combining data from two related tables into one result. This lets a user filter records down to only the relevant ones and sort them in a chosen order, without altering the underlying tables themselves.
The exam distinction is between structure (tables), input and display (forms), presentation (reports), and retrieval based on conditions (queries); only a query is designed to pull out a targeted subset of data on demand.
Möchten Sie mit dieser Aktion fortfahren?