print("Hello World") is what languages syntax?
(Python/C++/C#/Ruby/Rust/Java)
Python
What does RAM stand for
Random Access Memory
What converts Alternative Current into Direct Current for your computer?
PSU/Power Supply
Whats the most used personal computer OS
Windows
In programing, does == make a variable equal, or compare value?
Compare value
System.out.println("Hello World"); is the syntax for what language?
(Python/C++/C#/Ruby/Rust/Java)
Java
What does CPU stand for
Central Processing Unit
What part stores temporary information and is considered volatile memory
RAM
What is the most popular server OS
Linux
What language compiles on runtime from bytecode
(C++/Python/Java/JavaScript)
Java
Std::cout<<"Hello World"; is the syntax for what language?
(Python/C++/C#/Ruby/Rust/Java)
C++
What does HDMI stand for
High Definition Multimedia Interface
What part of the computer is used to accelerate rendering?
GPU
Which operating system is open source?
(Windows/Linux/Mac OS/Modern Solaris)
Linux
True or False
C++ and C# are compiled languages
True
What is wrong with this?
#include <iostream>
int main() {
std::cout << "Hello world!\n";
int a = 1;
std::cout << "Type a letter:\n";
std::cin >> a;
std::cout <<"You said ";
std::cout << a;
}
No return value/int cannot be a letter
What does HDD stand for
Hard Disk Drive
What part of the motherboard controls power distribution?
Vrms
What OS is Minix, Windows, Mac, and Linux based on?
Unix
True or False
JavaScript and Python are not interpreted languages?
False
console.log("Hello world"); is the syntax for what language?
JavaScript
What does SSD stand for
Solid State Drive
Is a hard drive Volatile or Non-Volatile Memory
Non-Volatile
What does BSD stand for
Berkley Software Distribution
True or false
Hyperthreading doubles your virtual cores
True