0 of 33 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 33 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Which description best describes ALGORITHMIC THINKING?
Which word best describes finding similar solutions that can be implemented as part of a new solution?
What is the name given to the description of a software algorithm, that uses the basic structures of a programming language, but is meant for the reading of humans rather than machine reading?
What does this flowchart symbol represent?
What will be displayed if a=2, b=5 and c=11?
What will ‘i’ be if ‘n’ is assigned the value of 5?
Consider the data set “cat”, “dog”, “gerbil”, “hamster”, “rabbit”. How many steps will be required to find the item “rabbit”, when using a ‘binary search’ algorithm? (if any non-integer values are calculated as part of the algorithm, the value will be rounded up to the nearest integer).
Consider the data set [5, 6, 2, 4]. What will the data set be after the first pass?
The following array is partially sorted. The double bars represent the sort marker. How many comparisons and swaps are needed to sort the next number. [1 3 4 8 9 || 5 2]
What is the name of this sorting algorithm?
What is a variable?
Which control structure is the following algorithm an example of?
Which operator will enable a division to take place but will only output the remainder part of the answer?
When handling files, the program will make use of a cursor. What is a cursor?
What is a two dimensional array?
What is meant by the database term ‘Query’?
Which of the following statements describes what a global variable is?
Which statement best describes ‘Input Sanitisation’?
What is meant by the term ‘maintainable code’?
What is beta testing?
Which type of translator is good for finding errors / debugging?
What is the expression of logic circuit 1 if its inputs are labelled a, b, c… and output is labelled Q?
What ‘Logic Gate’ is this ‘Truth Table’ for?
Which 2 answers will be accepted in an exam if you are to give the size of a kilobyte in bytes?
What’s 1110 in denary?
What is the Hex number ‘2B’, in binary?
What is the denary value of 14 in Hexadecimal?
How many characters are stored in the extended ASCII set?
What is another name for a 1 bit image?
If a sound file had a bit rate of 100kbps and was 100 seconds in length, what would be the size of the file in megabytes?
‘Huffman Coding ‘ is…
How many bytes in a kilobyte?
What is the value of the hexadecimal number 16, in denary?