Search Header Logo

IT 403 - Quiz 1

Authored by Mark Jesus

Information Technology (IT)

University

Used 4+ times

IT 403 - Quiz 1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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?