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