"Brain" of computer that processes all instructions
What is CPU (Central Processing Unit)
A function invokes/calls itself.
What is recursion?
The three letters that end most corporate website addresses (precisely, hostname).
The company founded by Steve Jobs
What is Apple
Transient storage of data that the computer is actively using
What is RAM (random access memory)?
The punctuation mark that's used at the end of most programming language (hint: Java/C#/C/Rust/Python)
What is a semicolon (;)?
The protocol used to ensure secure transmission of data on the web
What is HTTP?
The language that instruct computers.
What is a programming language?
The language used to add styling to website.
What is CSS (Cascading Style Sheet)?
The early computer completed in 1945 weighed 30 tons and used vacuum tubs
What is ENIAC
The smallest unit of computer memory
Bit
It's commonly understand that computer store characters as bits. Name the bijection between bit and character.
What is character set/character encoding scheme?
A set of rule which is used for transferring the files like, audio, video, graphic image, etc. on Internet.
What is HTTP (Hypertext Transfer Protocol)?
Part of CPU that performs integer calculations
What is Arithmetic logic unit (ALU)?
What is the ASCII code for 'A' (hint: binary bracelet)?
What is 65?
It's commonly known that HTTP has multiple methods, such as GET, POST, PUT, DELETE, etc. This method is used to send data to the server.
What is POST?