CS Unit 10 Data Types Key words

CS Unit 10 Data Types Key words

12th Grade

34 Qs

quiz-placeholder

Similar activities

Intro to Software

Intro to Software

10th - 12th Grade

30 Qs

ArrayList Review

ArrayList Review

10th - 12th Grade

30 Qs

AP CS A FRQ ArrayLists

AP CS A FRQ ArrayLists

10th - 12th Grade

30 Qs

pandas series class 12 -20

pandas series class 12 -20

12th Grade

34 Qs

Data Structures - Hash Tables

Data Structures - Hash Tables

12th Grade

30 Qs

Java Basics

Java Basics

11th - 12th Grade

35 Qs

Database

Database

KG - University

35 Qs

PRE TEST_DSA_MIDTERMS

PRE TEST_DSA_MIDTERMS

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

Abstract Data Type

Jatinder

Head

Tail

Jack

Ben

Ahmed

Nodes

Ali

Queue

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?