Laden....
Druk & Houd Vast om te Verslepen |
|||
Klik hier om te sluiten |
Vraag 1 Verslag
Total types of data that can be read by document reader are
Antwoorddetails
Document readers are devices or software programs that can analyze and interpret written or printed text on a document. These devices can read different types of data from documents such as marks, handwritten and printed characters, and printed lines. Marks can include things like checkmarks or ticks that people might use to indicate a selection on a form or questionnaire. Handwritten characters are any letters, numbers or symbols that are written by hand, whereas printed characters are those that are produced by a printer. Printed lines refer to the lines of text that are printed on a page. Therefore, the correct answer is "all of the above" as document readers can read all of these types of data from documents.
Vraag 2 Verslag
Which program translates programs to a simpler language that the computer can execute.
Antwoorddetails
The program that translates programs to a simpler language that the computer can execute is called a compiler. A compiler is a program that takes the source code of a program written in a high-level programming language and translates it into machine code or executable code that the computer can understand and execute. The process of compiling involves several steps, including lexical analysis, syntax analysis, semantic analysis, code optimization, and code generation. When a programmer writes a program in a high-level programming language such as Java or Python, the code is not directly executable by the computer. Instead, the code must be translated into machine code, which is a low-level language that the computer can understand and execute. This is where the compiler comes in. The compiler takes the source code written in the high-level programming language and converts it into machine code that can be executed by the computer. The advantage of using a compiler is that the resulting executable code is usually faster and more efficient than code interpreted by an interpreter, which we will discuss next. Additionally, since the code is already translated into machine code, it can be executed multiple times without the need for further translation, making it faster to execute. Overall, a compiler is a program that translates high-level programming code into machine code that a computer can execute, allowing programmers to write code in a more human-readable language and then have it translated into a language that the computer can understand and execute.
Vraag 3 Verslag
The function of an assembler is to _________
Antwoorddetails
The function of an assembler is to convert assembly language to machine language. Assembly language is a low-level programming language that is used to program computers and microprocessors. It consists of a series of instructions and operations that are written in human-readable text, and the assembler converts these instructions into machine code that the computer can understand and execute. The machine code is a series of binary digits (0s and 1s) that represent the instructions and operations in a form that the computer can process. In this way, the assembler acts as a bridge between the human-readable assembly language and the machine-readable machine code, allowing programmers to write code in a form that is easier for them to understand and debug, while still allowing the computer to execute the code efficiently.
Vraag 4 Verslag
What is the shortcut key to "undo" last action on a Microsoft word page?
Antwoorddetails
The shortcut key to "undo" the last action on a Microsoft Word page is "Ctrl + Z". When you perform an action on a Word page, such as typing, deleting, formatting or copying text, you can undo that action by using the "Ctrl + Z" keyboard shortcut. This will revert the page to the state it was in before the action was performed. For example, if you accidentally delete a sentence, you can press "Ctrl + Z" to undo the deletion and restore the sentence. The "Ctrl + Z" shortcut is a very useful and commonly used feature in Microsoft Word as it allows you to quickly correct mistakes without having to manually undo each action. It can be used multiple times to undo several actions in a row. If you want to redo an action that was previously undone, you can use the "Ctrl + Y" keyboard shortcut. In summary, the "Ctrl + Z" keyboard shortcut is used to undo the last action performed on a Microsoft Word page, allowing you to easily correct mistakes and restore the previous state of the page.
Vraag 5 Verslag
he binary system has the radix of ________
Antwoorddetails
The binary system has a radix of 2. The radix of a number system is the number of unique digits used in that system. For example, in the decimal system (base 10), the radix is 10, because we use 10 unique digits (0 to 9) to represent numbers. In the binary system (base 2), the radix is 2, because we only use 2 unique digits: 0 and 1. This means that every number can be represented as a combination of only 0s and 1s in the binary system.
Vraag 6 Verslag
The number of input combination for a 4 input gate is ______
Antwoorddetails
The number of input combinations for a 4-input gate is 16. To understand why, you can think of each input as having two possible states, either 0 or 1. For a 4-input gate, there are 4 inputs, and each input can be in one of two states. Therefore, the total number of possible input combinations is 2 x 2 x 2 x 2 = 16. To illustrate this further, you can create a truth table that lists all possible input combinations and their corresponding output values for the gate. The truth table will have 16 rows, with each row representing a unique combination of input values.
Vraag 7 Verslag
Which of the following is not a stage of system development cycle?
Antwoorddetails
The stage of system development cycle that is not commonly considered is "Observation". The typical stages of the system development cycle are planning, analysis, design, implementation, and testing. During the planning stage, the requirements and objectives of the system are identified. In the analysis stage, the requirements are studied in detail, and the feasibility of the system is determined. The design stage involves creating a blueprint for the system, including its architecture, interfaces, and data structures. During implementation, the system is built and the design is turned into a working system. Testing involves checking the system's performance and identifying any errors or bugs that need to be fixed. Observation is not usually considered a distinct stage in the system development cycle, but it can be seen as a part of testing or implementation. Observation involves monitoring the system after it has been implemented to ensure that it is working as intended and to identify any issues that need to be addressed.
Vraag 8 Verslag
What is the full form of UDP?
Antwoorddetails
The full form of UDP is User Datagram Protocol. It is a communication protocol used for sending and receiving data over the internet. UDP is a lightweight, connectionless protocol that operates at the Transport layer of the Internet Protocol (IP) suite. Unlike TCP (Transmission Control Protocol), which guarantees delivery of data, UDP does not provide any guarantees regarding delivery or sequencing of packets. Instead, UDP is often used for applications that require faster data transfer, such as video streaming or online gaming, where small amounts of lost data are acceptable. The "User Datagram" part of the name refers to the fact that UDP sends data in the form of datagrams, which are discrete chunks of data that are sent as individual packets. The "Protocol" part of the name indicates that UDP is a set of rules and procedures that govern how data is transmitted and received over a network. In summary, UDP is a fast and lightweight protocol used for sending data over the internet. Its name reflects the fact that it operates using datagrams and is a protocol for communication.
Vraag 9 Verslag
Which type of network can span several building, but is usually less than 30 square miles big?
Antwoorddetails
The type of network that can span several buildings but is usually less than 30 square miles big is called a MAN (Metropolitan Area Network). A MAN is a network that covers a larger geographical area than a LAN (Local Area Network) but is smaller than a WAN (Wide Area Network). It typically spans across a city or a town, connecting various LANs within its area. MANs are designed to provide high-speed connectivity between different locations within a metropolitan area, allowing users to share resources and information. They can be owned and managed by a single organization or shared by multiple organizations, such as service providers or government agencies. Some examples of MAN technologies include Fiber Distributed Data Interface (FDDI), Asynchronous Transfer Mode (ATM), and Ethernet.
Vraag 10 Verslag
Firefox is an example of __________
Antwoorddetails
Firefox is an example of application software. Application software is any computer program designed to perform specific tasks or provide a specific functionality to the user. It is created to help the user with various tasks such as creating documents, browsing the internet, editing photos and videos, or playing games. Application software is generally designed to be easy to use and is intended for non-technical users. Firefox is a web browser that allows users to browse the internet, access web content, and perform various online tasks. It is a standalone software application that is installed on a computer or mobile device and is used to perform a specific function. Therefore, Firefox is an example of application software.
Vraag 11 Verslag
What is the major purpose of application software?
Antwoorddetails
The major purpose of application software is to help people perform specific tasks. It provides user-friendly interface to interact with computer systems and accomplish tasks such as word processing, creating spreadsheets, managing databases, playing games, and much more. In short, it is designed to make the user's work easier and more efficient, allowing them to accomplish their work goals with the help of the computer.
Vraag 12 Verslag
What is the primary purpose of Microsoft Excel?
Antwoorddetails
Microsoft Excel is primarily used to solve problems involving numbers. It is a spreadsheet program that allows you to organize, analyze and perform calculations on data. You can use Excel to create tables, charts and graphs to visually represent your data and make it easier to understand. It is commonly used for tasks such as budgeting, tracking expenses, and managing project timelines. The program also has many built-in functions that can help you perform complex calculations and analysis with ease. So, the main purpose of Microsoft Excel is to help you work with numbers and make sense of data.
Vraag 13 Verslag
__________________ is the conversion of computer data from one format to another.
Antwoorddetails
The correct answer is "data conversion." Data conversion refers to the process of changing the format of computer data from one type to another. This may involve converting data from one file format to another, such as converting a document from Microsoft Word format to PDF. It can also involve converting data from one data type to another, such as converting a string of text to a numerical value. Data conversion can be important for many reasons, such as ensuring compatibility between different software programs, preserving data in a usable format over time, and improving the efficiency of data processing. For example, converting data to a more efficient format can reduce the amount of storage space needed, which can be important when dealing with large amounts of data. In summary, data conversion is the process of changing the format or type of computer data to make it usable in different contexts or more efficient to process.
Vraag 14 Verslag
An inventory management program can assist with ________
Antwoorddetails
An inventory management program can assist with all of the above: distribution, purchasing, and planning. Inventory management involves keeping track of a company's stock of goods and materials, and making sure that there are enough items on hand to meet customer demand without having too much excess inventory that ties up capital. A good inventory management program can help with distribution by providing real-time updates on inventory levels and locations, allowing companies to quickly and accurately fulfill customer orders. It can also assist with purchasing by tracking inventory levels and alerting staff when it's time to reorder supplies, helping to ensure that stock is always available when needed. Additionally, an inventory management program can assist with planning by providing data and analytics on sales trends, inventory turnover, and other key performance indicators. This information can help companies make informed decisions about which products to stock, when to order supplies, and how much inventory to keep on hand. Overall, a well-designed inventory management program can help companies save time, reduce waste, and improve efficiency.
Vraag 15 Verslag
Files that maintain the hierarchical structure of the file system.
Antwoorddetails
The correct answer is "Directories." Directories are special files that organize the hierarchical structure of the file system by grouping related files together into named collections. They act like folders, allowing users to easily locate and access the files they need. Each directory can contain other directories (sub-directories) and files. For example, in a Windows system, the "C:\Users" directory contains a sub-directory for each user account on the computer, and each user account directory contains sub-directories for documents, pictures, music, etc. In short, directories allow us to maintain a structured and organized file system.
Vraag 16 Verslag
Which of the memories must be refreshed many times per second?
Antwoorddetails
Out of the given options, Dynamic RAM (DRAM) must be refreshed many times per second. DRAM is a type of computer memory that stores data in a capacitor within each memory cell. The capacitor can hold a charge, representing either a 0 or 1, but it gradually leaks over time, meaning that the data will eventually fade away. To prevent this data loss, the memory controller sends a refresh command to the DRAM chip many times per second. This refresh command recharges the capacitors in the memory cells to maintain the data stored in them. In contrast, Static RAM (SRAM) does not require refreshing, as it uses a different type of storage element that does not leak charge like a capacitor. EPROM and ROM are non-volatile memory types, meaning that they retain data even without power, and do not require refreshing.
Vraag 17 Verslag
Hexadecimal numbers are a mixture of
Antwoorddetails
Hexadecimal numbers are a mixture of decimal numbers and letters. The decimal number system uses 10 digits, 0 through 9, to represent all numbers. The hexadecimal number system uses 16 symbols, 0 through 9 and the letters A through F, to represent numbers. These letters are used to represent the values 10 through 15, respectively. This makes hexadecimal a convenient way to represent binary data in a compact form, since each hexadecimal digit represents 4 binary digits.
Vraag 18 Verslag
Computer software can be classified into how many parts?
Antwoorddetails
Computer software can be classified into two main parts: system software and application software. 1. System software: This type of software includes the programs that control the hardware components of a computer system and provide a platform for running other software applications. Examples of system software include operating systems, device drivers, utility programs, and firmware. 2. Application software: This type of software is designed to perform specific tasks or functions for the user. Application software can be further classified into two subcategories: general-purpose applications and specialized applications. Examples of general-purpose applications include word processors, spreadsheets, and web browsers, while examples of specialized applications include graphics software, database software, and video editing software. In summary, computer software can be classified into two main parts: system software and application software. The system software controls the hardware and provides a platform for running other software applications, while application software is designed to perform specific tasks or functions for the user.
Vraag 19 Verslag
What kind of data is processed by an analog computer?
Antwoorddetails
An analog computer is a type of computer that processes continuously varying data. This means that it is designed to work with data that changes smoothly and continuously over time, rather than data that is discrete or intermittently changing. For example, an analog computer could be used to solve complex mathematical equations or simulate physical systems that involve continuous variables, such as temperature, pressure, or velocity. These types of systems can be difficult to model using digital computers, which work with discrete values that are represented by binary digits (bits). Analog computers use physical components, such as resistors, capacitors, and amplifiers, to process the input data. These components are connected in circuits that can perform mathematical operations, such as addition, multiplication, and integration. The output of an analog computer is also a continuous signal that can be measured and displayed using analog devices, such as oscilloscopes and chart recorders. Overall, analog computers are useful for solving problems that involve continuous data and require high-speed processing. However, they are less versatile than digital computers and can be more difficult to program and maintain.
Vraag 20 Verslag
The acronym IP address has its full meaning to be _________
Antwoorddetails
The acronym "IP address" stands for "Internet Protocol address". An IP address is a unique numerical identifier assigned to each device connected to the internet. Think of it like a phone number for your computer or other device. When you visit a website, your device sends a request to the website's IP address and then the website responds by sending the requested information back to your device's IP address. This is how devices on the internet communicate with each other.
Vraag 21 Verslag
Numerous files are referred to as _____________
Antwoorddetails
Numerous files are referred to as "files". A file is a collection of data or information that is stored on a computer or other electronic device. Files can come in many different formats, such as documents, images, music, and videos. They are used to store information that can be easily accessed, edited, and shared. For example, a word processing document is a type of file that can be used to write and edit text, while an image file can be used to store and display photos. Files are often organized into folders, which are like virtual folders or directories that help you keep your files organized and easily accessible. You can create folders, move files between folders, and even rename or delete files and folders.
Vraag 22 Verslag
Destruction of files for malicious reasons such as access by fraudulent people is classified as being
Antwoorddetails
Destruction of files for malicious reasons, such as access by fraudulent people, is classified as "unauthorized access". This means that someone who is not authorized to access the files has gained access to them, and has intentionally damaged or deleted the files. This type of access is illegal and is a violation of the owner's rights to the information stored in the files.
Vraag 23 Verslag
From where can the name of a user account be changed?
Antwoorddetails
The name of a user account can be changed from the Control Panel in most operating systems, including Windows and macOS. In Windows, you can access the Control Panel by clicking on the Start menu and selecting "Control Panel" from the list of options. Once in the Control Panel, you can navigate to the "User Accounts" section and select the user account whose name you want to change. From there, you can click on the "Change your account name" option and enter the new name for the account. Similarly, in macOS, you can access the System Preferences by clicking on the Apple menu and selecting "System Preferences" from the list of options. Once in the System Preferences, you can navigate to the "Users & Groups" section and select the user account whose name you want to change. From there, you can click on the "Full Name" field and enter the new name for the account. In summary, the name of a user account can be changed from the Control Panel or System Preferences of your operating system. The exact steps to do so may vary slightly depending on the operating system, but in general, you can navigate to the "User Accounts" or "Users & Groups" section and select the account whose name you want to change.
Vraag 24 Verslag
What differs a system software from application software?
Antwoorddetails
System software and application software are two broad categories of computer software, each with different functions and purposes. System software is a collection of programs that control and manage the basic operations of a computer system. It is designed to provide a platform for other software applications to run on. System software includes operating systems, device drivers, utilities, and other tools that enable the computer to operate and perform its functions. On the other hand, application software refers to programs that are designed to perform specific tasks or applications for the user. These programs are used for word processing, spreadsheets, photo editing, web browsing, and other specialized tasks. Application software is often created by third-party developers and can be installed and used by end-users. The main difference between system software and application software is the purpose they serve. System software is responsible for managing the hardware and providing a platform for other software to run on, while application software is designed to perform specific tasks for the user. Other differences between system software and application software include: - Ability to multi-task: System software is designed to manage and allocate system resources, while application software is designed to perform specific tasks. Therefore, system software has more multitasking capabilities than application software. - Minimal in terms of space: System software is usually larger in terms of size and requires more storage space than application software. - Presence of cache memory: System software may use cache memory to improve the performance of the computer system, while application software does not typically use cache memory. - Unique programs installed by the creators to help run the computer: System software includes programs that are installed by the computer manufacturer or operating system developer to help run the computer, such as device drivers and system utilities. Application software does not include these types of programs.
Vraag 25 Verslag
The first commuters were programed using _________
Antwoorddetails
The first commuters were programmed using machine language. Machine language is the lowest-level programming language that can be used to write computer programs. It consists of binary code, which is a sequence of 1's and 0's that the computer can understand and execute directly. The first computers, such as the ENIAC, did not have high-level programming languages like we have today, such as Python or Java. Instead, they had to be programmed using machine language. This meant that the programmers had to manually enter long sequences of binary code to perform even the simplest tasks on the computer. As computers advanced, higher-level programming languages were developed to make programming easier and more accessible to non-experts. These higher-level languages are often compiled into machine language, which the computer can then execute. But in the early days of computing, programmers had no choice but to write code directly in machine language.
Vraag 26 Verslag
Which number base system is used by low level languages
Antwoorddetails
Low level languages, such as Assembly, C, and C++, use binary as the number base system. In a binary system, numbers are represented using only two digits: 0 and 1. This is in contrast to decimal, which uses 10 digits (0-9), or hexadecimal, which uses 16 digits (0-9 and A-F). Binary is used in low level languages because computers use binary internally to store and process data. At the lowest level, computer hardware operates using two states, on and off, which can be represented by binary digits. This makes binary a natural choice for low level programming languages that interact directly with the computer's hardware.
Vraag 27 Verslag
Which of the following software can't be categorized as an application software?
Antwoorddetails
MS-DOS cannot be categorized as an application software. MS-DOS is an operating system, not an application. An operating system is the underlying software that manages and controls the hardware and software resources of a computer. An application software, on the other hand, is a program designed to perform a specific task, such as word processing, spreadsheets, or database management.
Vraag 28 Verslag
A display listing of program options which users can select is called?
Antwoorddetails
A display listing of program options which users can select is called a menu. A menu is a list of options or choices that are presented to the user within a software program or an operating system. The user can then select one of the options from the menu to perform a specific task or access a specific feature. The menu is typically displayed as a list of text items or sometimes as a list of icons.
Vraag 29 Verslag
How many different values can a bit have?
Antwoorddetails
A bit is the smallest unit of digital information in computing, and it can have two possible values: 0 or 1. This is because a bit is used to represent a binary digit, which can be either on or off, true or false, or high or low. So, the answer is 2. To give an example, imagine a light switch that can either be turned on or off. We can use a bit to represent the state of the switch, where 0 represents the switch being off, and 1 represents the switch being on. In this case, a single bit is enough to represent the two possible states of the switch. Similarly, in computing, a single bit is enough to represent two possible states of any digital information.
Vraag 30 Verslag
The Domain name of a website is also its__________
Antwoorddetails
The domain name of a website is also its IP address. Every device that connects to the internet, including websites, is assigned a unique Internet Protocol (IP) address, which is a numerical label. However, remembering a long string of numbers is difficult, so domain names were created to serve as more memorable and recognizable names for websites. When you type a domain name into your web browser's address bar, your browser sends a request to a Domain Name System (DNS) server, which translates the domain name into its corresponding IP address. The IP address is then used to locate the website's server on the internet and retrieve the website's content, which is then displayed in your browser. So, while the domain name is what we typically use to identify a website, it ultimately maps to its underlying IP address, which is used to connect to the website's server and retrieve its content.
Vraag 31 Verslag
System software has which major function?
Antwoorddetails
System software has the major function of controlling and managing the computer system. It is a type of software that acts as an intermediary between the computer hardware and the user applications. System software is responsible for coordinating the activities and sharing of resources of the computer hardware, such as the central processing unit (CPU), memory, and storage. It also provides basic services for other software, such as file management, security, and memory management. Examples of system software include operating systems, device drivers, and utility programs. The primary goal of system software is to provide an environment for the smooth and efficient operation of the computer and its components.
Vraag 32 Verslag
What type of errors occurs when the program is asked to implement an impossible task such as dividing a number by zero?
Antwoorddetails
Dividing a number by zero is an impossible mathematical operation, which leads to a type of error called an "Arithmetic error". When a program encounters such an operation, it is unable to perform the calculation, and it generates an error message to indicate the issue. Arithmetic errors are a type of runtime error because they occur during the execution of the program, rather than during the compilation or writing of the code (syntax errors). Logical errors are different from arithmetic errors because they occur when the program's logic is flawed, leading to incorrect results. So, in summary, dividing by zero results in an arithmetic error because it is a mathematical impossibility that cannot be computed.
Vraag 33 Verslag
Computers that are portable and convenient for users who travel are known as _________________
Antwoorddetails
Vraag 34 Verslag
A word processor can be used to
Antwoorddetails
A word processor is a computer program that is used to create, edit, and print text documents. With a word processor, you can type in text, make changes to it, format it with different fonts and styles, and then print it out if you need a hard copy. In short, a word processor allows you to write, edit, and print text in a convenient and flexible way.
Vraag 35 Verslag
___________ is when someone steals another persons identity.
Antwoorddetails
The correct answer is "Identity Theft." Identity theft occurs when someone pretends to be another person by stealing their personal information, such as their name, social security number, or credit card information, in order to commit fraud or other illegal activities. The thief may use this information to open bank accounts, make purchases, or apply for loans in the victim's name, causing financial harm and damaging the victim's credit score. It can happen both in the physical world (e.g. someone stealing your mail or wallet) and online (e.g. someone hacking into your social media or email account). It is important to take steps to protect your personal information and monitor your financial accounts to prevent identity theft.
Vraag 36 Verslag
.......... provides total solutions to reduce data redundancy, inconsistency, dependence and unauthorized access of data
Antwoorddetails
A DBMS (Database Management System) provides comprehensive solutions to reduce data redundancy, inconsistency, dependence, and unauthorized access of data. Data redundancy refers to the duplication of data in a database, which can lead to inconsistencies and take up unnecessary storage space. A DBMS helps to eliminate data redundancy by ensuring that each piece of data is stored only once and is consistently maintained. Data inconsistency refers to the occurrence of conflicting data in a database, which can lead to problems when trying to make decisions based on the data. A DBMS helps to maintain data consistency by enforcing constraints and rules that ensure that data is entered consistently and accurately. Data dependence refers to the relationship between different pieces of data in a database. A DBMS helps to reduce data dependence by allowing data to be stored in separate tables and establishing relationships between those tables. This reduces the risk of changes in one table affecting the data in another table. Finally, a DBMS provides security features to prevent unauthorized access to the data stored in the database. This includes controlling access to the database through user authentication and authorization, as well as ensuring that sensitive data is encrypted to protect it from being accessed by unauthorized individuals. In short, a DBMS provides a centralized and organized way to store, manage, and secure data to ensure its accuracy, consistency, and security.
Vraag 37 Verslag
Which of the following system software resides in the main memory always?
Antwoorddetails
The system software that always resides in the main memory is the Operating System (OS). In many operating systems, the loader resides permanently in memory. The OS manages the resources of the computer and acts as an interface between the user and the hardware. It is responsible for tasks such as memory management, process management, file management, and input/output operations. Text editors, assemblers, linkers, and loaders are all types of system software, but they do not always reside in the main memory. They are typically loaded into memory when needed, and can be swapped out of memory when other processes need more memory. This is because main memory is a limited resource and the OS dynamically allocates it to different processes as needed.
Vraag 38 Verslag
What does CO stand for in COBOL?
Antwoorddetails
In COBOL, CO stands for "Common Business Oriented Language". COBOL is a programming language that was designed specifically for business applications, such as finance, accounting, and payroll. COBOL was first developed in the late 1950s, and it quickly became popular in the business world because it was easy to use and understand, and it could handle large amounts of data. The "common" part of the acronym refers to the fact that COBOL was intended to be a language that could be used by a wide range of businesses, regardless of their specific industry or application. The "business-oriented" part of the acronym emphasizes the language's focus on business data and processing.
Vraag 39 Verslag
Computer Monitor is also known as
Antwoorddetails
A computer monitor is also known as a VDU, which stands for "Visual Display Unit." This is because the monitor is responsible for displaying the visual output of the computer, allowing you to see the information, images, videos, and graphics that are generated by the computer's software. The VDU or monitor is an essential part of any computer setup, and without it, you wouldn't be able to interact with your computer in a meaningful way. So, in short, a computer monitor and a VDU are the same thing! As for the other options, DVU, UVD, and CCTV are not commonly used terms for a computer monitor.
Vraag 40 Verslag
When does the output of a NAND gate =1?
Antwoorddetails
The output of a NAND gate is equal to 1 only when one input is 0. The NAND gate is called a "NOT-AND" gate because it outputs the opposite of what an AND gate would output for the same inputs. In other words, if an AND gate would output 1 for a certain set of inputs, a NAND gate would output 0, and vice versa.
Wilt u doorgaan met deze actie?