Codes and Computers Electricity and Logic Assembly Programming C++ Python
100
What is Commodore 64
What was the first computer people had mass access to?
100
What is False
If True goes in to a not gate what comes out
100
What is the starting memory address
What does the following code represent?
@=$8000
100
What is Microsoft Visual Studio
What IDE did we use to run our C++ program?
100
What is F5
In IDLE what single button do you press to run your code?
200
What is True
True or False: Were you able to play games on the first computer?
200
Draw an and gate and an or gate on the white board
200
CBM Program Studio
What IDE did we use to run our assembly programs
200
What is cout << "Hello" << endl;
Write the statement to print out "Hello"
200
What is while and for loops
What are the two types of loops we learned?
300
What is Hexadecimal
What number system includes letters?
300
What is transistor
A _________ is a component that guides electricity to flow in a specific way
300
What is clear the screen
What does the following code do?
JSR $e544
300
What is type, name, value
What three things do you need to initialize a variable?
300
What is print the numbers 0-9
What does the following code do?
for x in range(0,10):
print(x)
400
What is black
What color has the code:
1010 1001 0000 0000
400
What is exclusive or
What does Xor stand for?
400
LDA and STA
What two commands do you use to write text to the screen?
400
What is string, character, int, double, float, and boolean
What are the 6 variable types we learned?
400
What is
def myMessage( ):
print("iD Tech is the BEST!")
Write a function called myMessage that prints "iD Tech is the BEST!"
500
What is 2 or 4
The Commodore is little endian so everything needs to be ______ or ________ digits long
500
101
Add together:
010
011
500
What is print the letters A-Z
What does the following code do?
@=$8000
JSR $e544
LDX #1
LDA #12
STA $d020
TXA
STA 1023,X
INX
CPX #27
BNE $800a
RTS
500
What is cin >> myName;
Write the code to get user input and store it in the variable myName.
500
What is global
What key word do you need to use in a function in order to access a variable you initialized outside of the function?






Coding and Development 101

Press F11 for full screen mode



Limited time offer: Membership 25% off


Clone | Edit | Download / Play Offline