CSC1024 - Quiz

CSC1024 - Quiz

University

10 Qs

quiz-placeholder

Similar activities

HTML

HTML

University

15 Qs

HTML

HTML

University

10 Qs

Java Quiz based on array

Java Quiz based on array

University

15 Qs

Web Development Workshop

Web Development Workshop

University - Professional Development

10 Qs

CSC264 Javascript Basic

CSC264 Javascript Basic

University

15 Qs

Understanding HTML and Links

Understanding HTML and Links

10th Grade - University

10 Qs

C++ Quiz-1

C++ Quiz-1

University

15 Qs

Basic Web Page Creation

Basic Web Page Creation

12th Grade - University

9 Qs

CSC1024 - Quiz

CSC1024 - Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Yoke Yong

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What must you use to create a multi-line comments?

A single pair of double quotation marks

A single pair of single quotation marks

A single pair of three consecutive double quotation marks

Embedded newline characters

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The expression 2 ** 2 ** 3 evaluates to which of the following values?

64

8

256

4

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following lists of operators is ordered by decreasing

precedence?

+, * , **

*, /, %

**, *, +

-, /, %

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT an escape sequence?

\b

\t

\n

\\"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name?

totalTax

2MoreToGo

halt!

@2nd_var

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Name the documentation that provides the guideines and best practices on how to write Python code

SO/IEC 9075:2023

ASCII

UNICODE

PEP - 8

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type would most appropriately be used to represent your monthly salary?

Integer

Float

String

Boolean

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?