Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password

Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.
CIS 123 comp mem Matching
By definition, global variable is the one declared
outside of any function (at the file level)
Using calculator, convert decimal value 123 to hex:
7B
A C++ program #include <iostream> int main() { int x = 123; std::cout << &x << '\n'; return 0; } prints
the memory address of the variable x
How big is one byte?
8 bits
The body of the function
is surrounded by braces
Computer memory locations (addresses) are numbered sequentially starting at
0
T or F, The higher the memory address in RAM the longer it takes for the CPU to access that memory.
false
Empty parentheses in main( ) indicate that
the function has no input parameters
Does function main( ) have a return value in a C/C++ program?
yes
In C, C++, and Java, int is a
data type
0:00

Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how
Created by: Notthebrave
Popular Quiz Bowl sets