Software Design and Development Quick Quiz 3

Quiz
•
Computers
•
11th - 12th Grade
•
Hard
Darren Wright
Used 26+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Sequence, Multiway selection
Sequence, Binary Selection
Sequence, Pre-test loop
Sequence, Post-test loop
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following contains the three components of a CPU?
HT, CU, Instruction Register
HDD, RAM, Cache
ALU, CU, Cache
ALU, CU, Program Counter
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is the correct representation of the decimal number 45 in binary?
101001
101101
101111
110011
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
The decimal ASCII code for “A” is 65. What is the decimal ASCII code for “f”?
70
96
101
102
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
BEGIN
A = 4
INPUT B
WHILE B <> 999
IF B >= 10 THEN
A = A + B
PRINT A
END IF
INPUT B
END WHILE
END
The following test data is available to the algorithm: 1, 10, 15, 8, 999, 10.
What is the output of the algorithm?
29
14, 29
5, 15, 30
14, 29, 1028, 1038
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
A program is designed to calculate the average of 30 numbers. Which of the following is an example of a logic error for this program?
When the program runs it gives a “division by zero” error and crashes
The programmer spells the word “WHILE” incorrectly while typing code
The program ignores the last number and only calculates the average of 29 numbers
The numbers are stored in an array and the program tires to read the 31st number and crashes
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Consider the following fragment of code:
A = A + B
B = A – B
A = A – B
Assuming A and B are integers, what is the effect of executing this sequence of statements?
Both variables are set to the initial contents of A
Both variables are set to the initial contents of B
The contents of A is swapped with the contents of B
Both variables are set to the initial difference between A and B
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Introduction to Arrays

Quiz
•
KG - University
14 questions
GCSE Computing Low & High Level Languages/IDE's

Quiz
•
10th - 11th Grade
10 questions
Kuis Array 1

Quiz
•
11th Grade
10 questions
Arrays

Quiz
•
10th - 12th Grade
15 questions
2D Arrays

Quiz
•
9th - 12th Grade
15 questions
Basic Data Structures - Intro to CS

Quiz
•
12th Grade
14 questions
Algoritma dan pemrograman

Quiz
•
12th Grade
15 questions
1.2.4 - Assembly Language

Quiz
•
12th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
40 questions
LSHS Student Handbook Review: Pages 7-9

Quiz
•
11th Grade
20 questions
Scalars, Vectors & Graphs

Quiz
•
11th Grade
62 questions
Spanish Speaking Countries, Capitals, and Locations

Quiz
•
9th - 12th Grade
10 questions
Solving Equations Opener

Quiz
•
11th Grade
20 questions
First Day of School

Quiz
•
6th - 12th Grade
6 questions
Maier - AMDM - Unit 1 - Quiz 1 - Estimation

Quiz
•
12th Grade