CSI104 - part 1

CSI104 - part 1

University

50 Qs

quiz-placeholder

Similar activities

Python Quiz

Python Quiz

University

50 Qs

CPSC 131 midterm review

CPSC 131 midterm review

University

45 Qs

Data Structures and Algorithm - Final Examinations Quiz

Data Structures and Algorithm - Final Examinations Quiz

University

51 Qs

Quiz

Quiz

University

50 Qs

Data Structures

Data Structures

University

50 Qs

CS8391 - DS-IAT#3

CS8391 - DS-IAT#3

University

50 Qs

Python El Grand Revision!

Python El Grand Revision!

University

47 Qs

DATABASE 1 (15/7/2018)

DATABASE 1 (15/7/2018)

University

48 Qs

CSI104 - part 1

CSI104 - part 1

Assessment

Quiz

Computers

University

Medium

Created by

Nguyen Duc Chinh - HE150974

Used 172+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Each element in a record is called ____.

a variable

an index

a field

a node

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All the members of a record must be _______.

the same type

related types

integer type

character type

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_______ is an ordered collection of data in which each element contains the location of the next element.

An array

A linked list

A record

A file

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a linked list, each element contains _______.

only data

only a link

neither data nor a link

data and a link

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The _______ is a pointer that identifies the next element in the linked list.

link

node

array

data

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given a linked list called children, the pointer variable children identifies ________ element of the linked list.

the first

the second

the last

any

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To traverse a list, you need a _______ pointer.

null

walking

beginning

insertion

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?