Quiz Summary
0 of 20 Questions completed
Questions:
Information
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:
Results
Results
0 of 20 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)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 20
1. Question
1.Which of the following numbers is written in hexadecimal format?
CorrectIncorrect -
Question 2 of 20
2. Question
2.Which of the following terms describe concepts related to breaking code into smaller,
repeatable sections? (Choose two.)
CorrectIncorrect -
Question 3 of 20
3. Question
3.Which of the following are examples of object-oriented programming languages? (Choose two.)
CorrectIncorrect -
Question 4 of 20
4. Question
4.Which of the following statements is true regarding arrays and vectors?
CorrectIncorrect -
Question 5 of 20
5. Question
5.A developer needs to use a code designation for non-English letters. Which notational system
does the developer need to use?
CorrectIncorrect -
Question 6 of 20
6. Question
6.Which of the following are examples of interpreted languages? (Choose two.)
CorrectIncorrect -
Question 7 of 20
7. Question
7.What type of high-level programming language is translated into machine code once and
then executed many times?
CorrectIncorrect -
Question 8 of 20
8. Question
8.A programmer wants to write code that directly accesses the computer’s hardware. Which
is the best type of language for the programmer to use?
CorrectIncorrect -
Question 9 of 20
9. Question
9.Interpret the following logic. For data input on someone who is 20 years old, which category
will they fall into?
if age < 13, then category “Child”
else if age < 20, then category “Teen”
else if age < 65, then category “Adult”
else category “Senior”
CorrectIncorrect -
Question 10 of 20
10. Question
10.A programmer is writing a program that needs to accept an input of someone’s name. What
type of variable should the programmer create?
CorrectIncorrect -
Question 11 of 20
11. Question
11.Looping logic makes use of which of the following statements?
CorrectIncorrect -
Question 12 of 20
12. Question
12.In object-oriented programming, which of the following are integral parts of objects?
(Choose two.)
CorrectIncorrect -
Question 13 of 20
13. Question
13.A program shows the number 11010.11. Which data type is this?
CorrectIncorrect -
Question 14 of 20
14. Question
14.You have created an array that can hold 15 items, all of the integer data type. You want to
add a 16th integer. Which of the following is the best approach to doing this?
CorrectIncorrect -
Question 15 of 20
15. Question
15.What type of programming language is designed to retrieve data from a database?
CorrectIncorrect -
Question 16 of 20
16. Question
16.Interpret the following logic. A law enforcement agency has received data indicating that
there are ten current threats to public safety. What should the threat level be?
if threats < 3, then level “Green”
else if threats < 6, then level “Yellow”
else if threats < 9, then level “Orange”
else if threats < 12, then level “Red”
else level “Emergency”
CorrectIncorrect -
Question 17 of 20
17. Question
17.Which of the following is an example of a markup language?
CorrectIncorrect -
Question 18 of 20
18. Question
18.You want to understand the sequence of a program, from start to finish. Which of the following is the best to use for this purpose?
CorrectIncorrect -
Question 19 of 20
19. Question
19.Which of the following programming language types is the lowest-level language?
CorrectIncorrect -
Question 20 of 20
20. Question
20.Flowcharts depict which one of the following?
CorrectIncorrect