TSA CODING STUDY GUIDE QUESTIONS WITH 100% CORRECT SOLUTIONS |
GUARANTEED SUCCESS.
What is the correct order of the following data sizes from smallest to largest? Megabytes, Terabytes,
Bytes, Petabytes, Bits, Exabytes, Gigabytes - (answer)Bits, Bytes, Megabytes, Terabytes, Petabytes,
Exabytes
How many megabytes are in a gigabyte? - (answer)1000
How many bits would you need if you wanted to have the ability to count up to 1000? - (answer)10
An interpreter or compiler converts data into which numerical value? - (answer)Binary
Which decimal is equivalent to the binary value 1100100? - (answer)100
What is the core number system that most computers use to calculate & process logic? - (answer)Binary
Code
What can a hexadecimal be utilized for? - (answer)HTML color codes
How many unique IP addresses could be made using a 6 bit fixed-length adress sysem? - (answer)64
Which operator returns the remainder value in a calculation? - (answer)Modulus
Operators of equal precedence are evaluated in which order? - (answer)Left to Right
What is the purpose of order of operation in software programming? - (answer)It tells the computer
which mathematical operation to perform first.
How does the ++ symbol in programming change a variable? - (answer)It adds 1 to the value of itself.
, TSA CODING STUDY GUIDE QUESTIONS WITH 100% CORRECT SOLUTIONS |
GUARANTEED SUCCESS.
How does the -- symbol in programming change a varibale? - (answer)It subtracts 1 from the value of
itself.
What data type is used for fractional numbers? - (answer)Float
Which data representation system utilizes both letters and numbers? - (answer)Hexadecimal
When utilizing an if/else statement in your code, how many possible choices can be available to the
user? - (answer)2
When writing an if/else statement, what should be utilized to contain the sequence of statements? -
(answer){ }
What comes first in the if / else statement? - (answer)if
What is the best statement to use if checking to evaluate a single variable value across many conditions?
- (answer)Switch
What does the == symbol in programming mean? - (answer)equal
What does the = symbol in programming mean? - (answer)assignment
What does the && symbol in programming mean? - (answer)and
What does the || symbol in programming mean? - (answer)or
What does the ! symbol in programming mean? - (answer)not
GUARANTEED SUCCESS.
What is the correct order of the following data sizes from smallest to largest? Megabytes, Terabytes,
Bytes, Petabytes, Bits, Exabytes, Gigabytes - (answer)Bits, Bytes, Megabytes, Terabytes, Petabytes,
Exabytes
How many megabytes are in a gigabyte? - (answer)1000
How many bits would you need if you wanted to have the ability to count up to 1000? - (answer)10
An interpreter or compiler converts data into which numerical value? - (answer)Binary
Which decimal is equivalent to the binary value 1100100? - (answer)100
What is the core number system that most computers use to calculate & process logic? - (answer)Binary
Code
What can a hexadecimal be utilized for? - (answer)HTML color codes
How many unique IP addresses could be made using a 6 bit fixed-length adress sysem? - (answer)64
Which operator returns the remainder value in a calculation? - (answer)Modulus
Operators of equal precedence are evaluated in which order? - (answer)Left to Right
What is the purpose of order of operation in software programming? - (answer)It tells the computer
which mathematical operation to perform first.
How does the ++ symbol in programming change a variable? - (answer)It adds 1 to the value of itself.
, TSA CODING STUDY GUIDE QUESTIONS WITH 100% CORRECT SOLUTIONS |
GUARANTEED SUCCESS.
How does the -- symbol in programming change a varibale? - (answer)It subtracts 1 from the value of
itself.
What data type is used for fractional numbers? - (answer)Float
Which data representation system utilizes both letters and numbers? - (answer)Hexadecimal
When utilizing an if/else statement in your code, how many possible choices can be available to the
user? - (answer)2
When writing an if/else statement, what should be utilized to contain the sequence of statements? -
(answer){ }
What comes first in the if / else statement? - (answer)if
What is the best statement to use if checking to evaluate a single variable value across many conditions?
- (answer)Switch
What does the == symbol in programming mean? - (answer)equal
What does the = symbol in programming mean? - (answer)assignment
What does the && symbol in programming mean? - (answer)and
What does the || symbol in programming mean? - (answer)or
What does the ! symbol in programming mean? - (answer)not