CS Unit 10 Data Types Key words

CS Unit 10 Data Types Key words

12th Grade

34 Qs

quiz-placeholder

Similar activities

PHP Programming -  Assessment

PHP Programming - Assessment

9th - 12th Grade

40 Qs

Python - 2.தரவு அருவமாக்கம்

Python - 2.தரவு அருவமாக்கம்

12th Grade

35 Qs

Python Pandas Series

Python Pandas Series

12th Grade

34 Qs

java

java

10th - 12th Grade

40 Qs

Trees, Linked Lists, Stacks and Queues

Trees, Linked Lists, Stacks and Queues

11th Grade - University

30 Qs

Competitive Programming: Intro to the Arts of Problem Solving

Competitive Programming: Intro to the Arts of Problem Solving

9th - 12th Grade

34 Qs

KELAS 12.B SUMATIF BAB. 2

KELAS 12.B SUMATIF BAB. 2

12th Grade - University

30 Qs

Programming Basic Concepts

Programming Basic Concepts

12th Grade

30 Qs

CS Unit 10 Data Types Key words

CS Unit 10 Data Types Key words

Assessment

Passage

Computers

12th Grade

Medium

Created by

Michael Harrington

Used 1+ times

FREE Resource

34 questions

Show all answers

1.

LABELLING QUESTION

1 min • 1 pt

The queue ADT is to be implemented as a linked list of nodes.

Each node consists of data and a pointer to the next node.

a) The following operations are carried out:

CreateQueue

AddName("Ali")

AddName("Jack")

AddName("Ben")

AddName("Ahmed")

RemoveName

AddName("Jatinder")

RemoveName

d
c
f
g
h

Jack

Ali

Ben

Jatinder

Ahmed

Nodes

Abstract Data Type

Head

Queue

Tail

Answer explanation

Media Image

2.

DRAG AND DROP QUESTION

1 min • 1 pt

Media Image

missing word 1 (a)   ​ missing word 2 ​ (b)   missing word 3 ​ (c)   missing word 4 ​ ​ (d)   missing word 5 ​ (e)  

empty
0
Name
HeadPointer
CurrentPointer
update
RemoveName
THEN
FreePointer

Answer explanation

Media Image

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a data type?

A classification attributed to an item of data

A collection of data and a set of operations on that data

A unique name applied to an item of data

A method of searching in which each element of an array is checked in order

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an identifier?

A classification attributed to an item of data

A collection of data and a set of operations on that data

A unique name applied to an item of data

A method of searching in which each element of an array is checked in order

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a record (data type)?

A unique name applied to an item of data

A classification attributed to an item of data

A composite data type comprising several related items that may be of different data types

A collection of data and a set of operations on that data

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a composite data type?

A collection of data and a set of operations on that data

A data type constructed using several of the basic data types available in a particular programming language

A unique name applied to an item of data

A classification attributed to an item of data

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an array?

A collection of data and a set of operations on that data

A method of searching in which each element of an array is checked in order

A data structure containing several elements of the same data type

A classification attributed to an item of data

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?