Search Header Logo
AS Unit 9 Algorithm Design and Problem Solving

AS Unit 9 Algorithm Design and Problem Solving

Assessment

Presentation

Computers

11th Grade

Medium

Created by

Syed M

Used 6+ times

FREE Resource

108 Slides • 30 Questions

1

media

2

media

3

Open Ended

What do you think Computational Thinking is?

4

media

5

media

6

media

7

media

8

media

9

media

10

media

11

media

12

Multiple Choice

What is the main topic of the diagram?

1

Computational Thinking

2

Mathematical Thinking

3

Logical Thinking

4

Creative Thinking

13

Multiple Choice

Which of the following is a component of Computational Thinking?

1

Decomposition

2

Analysis

3

Synthesis

4

Evaluation

14

Multiple Choice

Fill in the blank: In Computational Thinking, _______ is the process of breaking down a complex problem into smaller, more manageable parts.

1

A) Abstraction

2

B) Decomposition

3

C) Pattern Recognition

4

D) Algorithm Design

15

Multiple Choice

In the context of the diagram, which component involves identifying similarities or patterns?

1

Abstraction

2

Pattern Recognition

3

Decomposition

4

Algorithm Design

16

media

17

Open Ended

What are the Steps you would take to make a Penutbutter Sandwich?

Step 1
Step 2

Step 3
etc...

18

media

19

media

20

media

21

media

22

media

23

media

24

media

25

media

26

media

27

media

28

media

29

media

30

media

31

media

32

media

33

media

34

media

35

media

36

media

37

media

38

media

39

media

40

media

41

media

42

media

43

media

44

media

45

media

46

media

47

media

48

media

49

media

50

media

51

media

52

media

53

media

54

media

55

media

56

media

57

media

58

media

59

media

60

media

61

media

62

media

63

media

64

media

65

media

66

media

67

Open Ended

Write the Following Psuedocode:

DECLARE A Variable named "Student"

68

media

69

media

70

Open Ended

DECLARE a Variable for the number of Days in a year, Make it a Constant and assign it

to the actual number of Days in a year

71

Multiple Choice

An integer is a positive or negative whole number that can be used with ________.

1

A) strings

2

B) mathematical operators

3

C) characters

4

D) sequences

72

Multiple Choice

What is a real number?

1

A positive or negative number with a fractional part.

2

A single character.

3

A section of programming code.

4

A special character or word in a programming language.

73

Multiple Choice

A char is a variable or constant that is a ________.

1

single character

2

sequence of steps

3

positive whole number

4

special operator

74

Multiple Choice

What is a string in programming?

1

A variable or constant that consists of several characters in length.

2

A positive or negative whole number.

3

A section of programming code.

4

A special character or word in a programming language.

75

Multiple Choice

The order in which the steps in a program are executed is called a ________.

1

A) sequence

2

B) selection

3

C) iteration

4

D) counting

76

media

77

Fill in the Blank

__ , ____ Statements are an Example of SELECTION

,

78

Multiple Choice

What does selection allow in a program?

1

The selection of different paths through the steps of a program.

2

Repeating a section of code.

3

Keeping track of the number of times an action is performed.

4

Adding values to a total.

79

Multiple Choice

Iteration is a section of programming code that can be ________ under certain conditions.

1

repeated

2

selected

3

declared

4

counted

80

Open Ended

Write a program. in pseudocode, That keeps asking The user for a digit.

If the digit is not 5, The program will repeatedly prompt

The user To enter anoTher digit

81

Multiple Select

What is counting in programming?

1

Keeping track of the number of times an action is performed.

2

Adding values to a total.

3

Defining the value and data type.

4

Allowing the selection of different paths.

82

Multiple Choice

Totalling is keeping a total that values are ________ to.

1

added

2

subtracted

3

multiplied

4

divided

83

media

84

Multiple Choice

What is an operator in programming?

1

A special character or word in a programming language that identifies an action to be performed.

2

A positive or negative whole number.

3

A section of programming code.

4

A variable or constant that is a single character.

85

media

86

Multiple Choice

In programming, a ________ is a named data store that contains a value that may change during the execution of a program.

1

variable

2

constant

3

integer

4

operator

87

Multiple Choice

Fill in the blank: A constant is a named data store that contains a value that ______ during the execution of a program.

1

may change

2

does not change

3

is always zero

4

is always positive

88

Multiple Choice

Which of the following is a positive or negative whole number that can be used with mathematical operators?

1

Integer

2

Real number

3

Char

4

String

89

Multiple Choice

What is a char in programming?

1

A variable or constant that is a single character.

2

A variable or constant that consists of several characters in length.

3

A section of programming code that can be repeated under certain conditions.

4

A special character or word in a programming language.

90

Multiple Choice

Fill in the blank: An operator is a special character or word in a programming language that identifies an action to be ______.

1

ignored

2

performed

3

deleted

4

repeated

91

media

92

media

93

media

94

media

95

media

96

media

97

media

98

media

99

media

100

media

101

media

102

media

103

media

104

media

105

media

106

media

107

media

108

media

109

Multiple Choice

Which is an example of a post conditional loop?

1

While Loop

2

For Loop

3

Repeat Loop

4

Hyper Loop

110

Multiple Choice

Which is an example of a Pre - Conditional Loop?

1

While Loop

2

For Loop

3

Repeat Loop

4

Super Loop

111

Fill in the Blank

How many time will "Hello World" be output?

X <- 3

Counter <- 2

While X < 5

OUTPUT "Hello World"

Counter <- Counter + 1

112

Fill in the Blank

When writing algorithms we use 4 basic constructs, selection, iteration, sequence and what?

113

Open Ended

In a flowchart a diamond indicates, what will occur?

114

media

115

media

116

media

117

media

118

media

119

media

120

media

121

media

122

media

123

media

124

media

125

media

126

media

127

media

128

media

129

media

130

media

131

media

132

media

133

media

134

media

135

media

136

media

137

media

138

media
media

Show answer

Auto Play

Slide 1 / 138

SLIDE