computing Flashcards
(46 cards)
What is the primary function of the CPU?
To process and execute instructions.
True or False: RAM is a type of non-volatile memory.
False.
Fill in the blank: The ______ is responsible for managing the computer’s hardware and software resources.
Operating System.
What does ‘ALU’ stand for in computer architecture?
Arithmetic Logic Unit.
Which of the following is an example of an input device? A) Monitor B) Keyboard C) Printer
B) Keyboard.
What does the acronym ‘URL’ stand for?
Uniform Resource Locator.
What is the purpose of an algorithm?
To provide a step-by-step procedure for solving a problem.
True or False: A compiler translates high-level code into machine code.
True.
What is the function of a router in a network?
To direct data packets between different networks.
Fill in the blank: _______ is the practice of protecting systems from cyber threats.
Cybersecurity.
What does ‘HTML’ stand for?
Hypertext Markup Language.
What is a variable in programming?
A storage location identified by a name that can hold a value.
Which data structure uses LIFO (Last In, First Out)?
Stack.
True or False: A binary search can be performed on unsorted data.
False.
What is the difference between a ‘for’ loop and a ‘while’ loop?
‘For’ loops iterate a specific number of times, while ‘while’ loops continue until a condition is false.
What is the purpose of an IP address?
To identify a device on a network.
Which of the following is a programming language? A) HTML B) CSS C) Python
C) Python.
What is an example of a relational database?
MySQL.
True or False: A byte consists of 8 bits.
True.
Fill in the blank: The _______ layer of the OSI model is responsible for data transport.
Transport.
What is the function of a firewall?
To protect a network by controlling incoming and outgoing traffic.
Which of the following is a type of malware? A) Firewall B) Virus C) Router
B) Virus.
What does ‘SSD’ stand for?
Solid State Drive.
What is the main purpose of the BIOS?
To initialize hardware during the booting process.