User-Defined Data Types

User-Defined Data Types

12th Grade

43 Qs

quiz-placeholder

Similar activities

SUMMATIVE TEST IN COMPUTER PROGRAMMING - 2nd Qtr-1-23-2023

SUMMATIVE TEST IN COMPUTER PROGRAMMING - 2nd Qtr-1-23-2023

12th Grade

40 Qs

Assessment - Unit 1 Review

Assessment - Unit 1 Review

9th - 12th Grade

45 Qs

Quizes-Syntax-Master

Quizes-Syntax-Master

12th Grade

45 Qs

chapter one visual basic.net 2nd term

chapter one visual basic.net 2nd term

9th Grade - University

40 Qs

AP CSP Code.org Unit 5 Assessment 1 Review

AP CSP Code.org Unit 5 Assessment 1 Review

9th - 12th Grade

40 Qs

Python Unit 11 - Collections: Dictionary, List, Set, Tuple

Python Unit 11 - Collections: Dictionary, List, Set, Tuple

6th - 12th Grade

40 Qs

PENILAIAN AKHIR SEMESTER PWPB XII

PENILAIAN AKHIR SEMESTER PWPB XII

12th Grade

40 Qs

User-Defined Data Types

User-Defined Data Types

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Andrew Duckworth

Used 3+ times

FREE Resource

43 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of these are composite​ data types?

Class

Record

Pointer

Enumerated

Set

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a data type that can be defined without referencing another data type?

Composite

Non-composite

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type is being defined here.

TYPE Tmonth= (January, February, March, April, May, June, July, August, September, October, November, December)

Set

Pointer

Enumerated

Class

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a correct definition for an enumerated data type?

TYPE Tweekday= ("Monday", Tuesday", "Wednesday, "Thursday", "Friday")

TYPE Tweekday= (Monday, Tuesday,Wednesday, Thursday,Friday)

TYPE Tweekday= [Monday, Tuesday,Wednesday, Thursday,Friday]

TYPE Tweekday= ["Monday", Tuesday", "Wednesday, "Thursday", "Friday"]

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The names of enumerated data types usually start with which letter or character?

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a pointer type point to?

A location in a string

A location in a 1D array

A location in memory

A a location in a 2D array

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct definition of a pointer data type to declare months of the year?

TYPE ^Tmonthpointer =Tmonth

DECLARE monthPointer : TmonthPointer

TYPE^monthPointer

DECLARE ^monthPointer : TmonthPointer

TYPE^monthPointer

DECLARE monthPointer : TmonthPointer

TYPE Tmonthpointer =^Tmonth

DECLARE monthPointer : TmonthPointer

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?