Search Header Logo
AS Unit 10 Data Types and Data Structures

AS Unit 10 Data Types and Data Structures

Assessment

Presentation

Computers

11th Grade

Easy

Created by

Syed M

Used 4+ times

FREE Resource

132 Slides • 21 Questions

1

media

2

media

3

media

4

Open Ended

Question image

Write your Pseudocode for REPLACE Here

5

media

6

media

7

Open Ended

Question image

Write your Pseudocode for the algorithm here

8

media

9

media

10

media

11

media

12

media

13

media

14

media

15

media

16

Open Ended

Create a Record Data Type for Student,
that has the following attributes, firstname, lastname, age, gender.

Assign the appropriate Data Types

17

media

18

Open Ended

DECLARE a variable of the Student Type

19

media

20

Open Ended

Assign a Value to each of the Fields in your Student Variable that you created

21

media

22

Open Ended

Question image

Write the Pseudocode to Declare Record for Student

23

media

24

Open Ended

Question image

Write Procedure for GET IDs

25

media

26

media

27

media

28

Open Ended

DECLARE a 1D Array called StudentNames(with the appropriate datatype)

that has space for 8 elements

29

media

30

media

31

media

32

Open Ended

Question image

DECLARE AN ARRAY called MultiplesOfTens with 10 Values

33

media

34

media

35

media

36

media

37

media

38

Open Ended

You are given a list:


Num1 = [25,20,15,10,5,0]

You want to SORT the order of the numbers in list in ASCENDING order

Make a list of Steps you think you should do ?

39

media

40

media

41

media

42

media

43

media

44

media

45

media

46

media

47

Open Ended

Question image

Use The Psuedocode to create the program code algorithm for Bubble sort.

TEST your code on the following list:

Num2 = [100,67,38,24,0,-25,2000,3]

48

media

49

Open Ended

Question image

Update Your Algorithm to refelect this

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

media

68

media

69

media

70

media

71

media

72

media

73

media

74

media

75

media

76

media

77

Multiple Choice

What is a 'Data type'?

1

A method of sorting data

2

A classification attributed to an item of data

3

A unique name applied to an item of data

4

A collection of data stored by a computer program.

78

Multiple Choice

An 'Identifier' is ____.

1

a unique name applied to an item of data

2

a method of searching in an array

3

a composite data type

4

a data structure containing several elements.

79

Multiple Choice

Which of the following best describes a 'Record'?

1

A composite data type comprising several related items

2

A method of sorting data

3

A numerical indicator of an item's position

4

The index of the first element in an array.

80

Multiple Choice

A 'Composite data type' is constructed using ____.

1

several of the basic data types

2

a unique name

3

a method of searching

4

a collection of data

81

Multiple Choice

What is an 'Array'?

1

A data structure containing several elements of the same data type

2

A method of sorting data

3

A collection of data stored by a computer program

4

A unique name applied to an item of data.

82

Multiple Choice

The 'Lower bound' of an array is ____.

1

the index of the first element

2

a method of sorting data

3

a composite data type

4

a unique name applied to an item of data

83

Multiple Choice

What is a 'Bubble sort'?

1

A method of sorting data in an array

2

A classification attributed to an item of data

3

A unique name applied to an item of data

4

A collection of data stored by a computer program.

84

Open Ended

CREATE PSEUDOCODE FOR:

OPENING a File in READ MODE
READING THE 1st 10 Lines of the File
and
IF There are less than 10 Lines OUTPUT a Warning MEssage
OTHERWISE OUTPUT the contents each line

85

Open Ended

Question image

Take a look at one of your classmates answers to yesterdays Homework.

What is one mistake they made?
What is one way they could fix that mistake?

86

media

87

media

88

media

89

media

90

media

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

media

110

media

111

media

112

media

113

media

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

139

media

140

media

141

media

142

media

143

media

144

media

145

media

146

media

147

media

148

media

149

media

150

media

151

media

152

media

153

media
media

Show answer

Auto Play

Slide 1 / 153

SLIDE