IT 403 - Quiz 1

IT 403 - Quiz 1

University

25 Qs

quiz-placeholder

Similar activities

Q5. Ethical Issues in information technology

Q5. Ethical Issues in information technology

University

20 Qs

Design Principles Quiz

Design Principles Quiz

7th Grade - University

20 Qs

OSS (QUIZ 7) Input/Output Systems

OSS (QUIZ 7) Input/Output Systems

University

20 Qs

SOFTWARE ENGINEERING

SOFTWARE ENGINEERING

University

20 Qs

Basic HTML

Basic HTML

University

20 Qs

Professionalism in Robotics Engineering Final Assessment

Professionalism in Robotics Engineering Final Assessment

9th Grade - University

20 Qs

SUMMATIVE TEST IN COMPUTER 5

SUMMATIVE TEST IN COMPUTER 5

5th Grade - University

20 Qs

Quiz Pengantar Teknologi Informasi 1

Quiz Pengantar Teknologi Informasi 1

University

20 Qs

IT 403 - Quiz 1

IT 403 - Quiz 1

Assessment

Quiz

Information Technology (IT)

University

Practice Problem

Hard

Created by

Mark Jesus

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In Python, the expression 0.1 + 0.2 == 0.3 evaluates to False due to floating-point precision issues, and this can be solved by using a small tolerance value for comparison.

True

False

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

When using the input() function in Python, if a user enters the number 42, the function returns an integer value that can be directly used in mathematical operations.

True

False

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In Python, the statement x = y = z = 10 creates three separate objects in memory, each containing the value 10.

True

False

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The continue statement in a nested loop will exit both the inner and outer loops and continue with the code after the outer loop.

True

False

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

List slicing in Python never raises an IndexError, even when indices are out of bounds, but direct indexing (like list[10] on a 5-element list) will raise an error.

True

False

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A developer needs to store a file path on Windows. Which approach is most appropriate?

A. path = "C:\Users\Documents\file.txt"

B. path = "C:\\Users\\Documents\\file.txt"

  • C. path = "C:/Users/Documents/file.txt"

Both B and C are equally appropriate

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the primary reason Python uses indentation instead of braces for code blocks?

To reduce file size

To enforce readable code structure

To make the interpreter faster

To prevent syntax errors

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?