What does CPU stand for?
- Central Processing Unit
- Computer Processing Unit
- Core Processing Unit
- Calculation Processing Unit
Which of the following functions is not typically performed by an operating system?
- File management
- Multitasking
- Memory management
- Word processing
What is the primary purpose of the while loop in programming?
- To define a subprogram
- To create a block of code that always executes
- To perform a specific action for each item in a collection
- To repeat a block of code as long as a condition is true
What is the value of
X when
A = 1, B = 1, C = 0?
Which keyword is used to define a function in Python?
What is the purpose of the sequence structure in a computer program?
- To repeat a set of instructions
- To make decisions based on conditions
- To execute instructions in a specific order
- To create reusable code
What will be output when this program is executed?
What is the value of
Z if
A=1,
B=0,
C=0,
D=1?
Which device enables Wi-Fi connections to a local area network?
- Wireless access point
- The cloud
- Router
- Network switch
What is the purpose of a searching algorithm?
- Sorting data
- Finding a specific item in a collection
- Creating new data
- Generating random numbers