The smallest unit for measuring data in computer systems
Bit
What means 'concurrent' in computing systems?
Executing different instructions simultaneously
When a method calls itself, we call it...
Recursion
Name three components considered as resources in computers
Screen resolution / CPU / Video card / Memory / ...
Whose cat is dead and alive simulteneously?
Schrodinger's cat
Convert the following decimal number into binary: 34
100010
What is this code about?
START
INPUT number
IF number MOD 2 = 0 THEN
OUTPUT "The number is..."
ELSE
OUTPUT "The number is..."
ENDIF
END
Checks if the number is even or odd
isEmpty() method checks if...
the data structure is empty or not
State what is meant by term 'mainframe'
Computers dealing with large-scaling processing, enterprise resource-planning.
The first computer game in the world ever created is...
Space War, 1962!
How many colors can you represent if you take only blue and green channel from RGB model?
256 x 256
Which shape should I used for entering a user's name using flowchart?
Parallelogram
Elements in this ADS can be "enqueued" and "dequeued", elements are organized in a 'chain'
Queue
Given 128 KB of physical memory and a page size of 16 KB, calculate the total number of pages available.
8
Who is this lady?
Ada Lovelace, the first programmer in the world
List 4 functions of OS
Networking
Memory management
Peripheral communication
Resource monitoring
Security
Name three characteristics of an algorithm
Predicted input leads to a predicted output
Must be finite
Has a defined order of steps
Describe the relationship between these two objects
class Car {
private Engine engine;
Car() {
engine = new Engine();
}
}
class Engine {
void start() {
System.out.println("Engine started.");
}
}
Composition
The process of mapping a logical address into a physical address is called...
Address binding
The oldest programming language which is still in use.
COBOL
Explain what is DBMS
Database Management System. Stores linked tables with Primary and Foreign keys
Describe how selection sort works
Divide the array
Find the minimum
Swap
Move the boundary for two sub-arrays
Repeat
You are building a web browser. What data structure would you use to implement the "Back" and "Forward" navigation buttons?
Stack
Tyzen, Android, TinyOS are examples of...
What is the most sold game in the world according to data of 2023?