Compro. Final1/64 part2

Compro. Final1/64 part2

University

25 Qs

quiz-placeholder

Similar activities

Control Structures  C#

Control Structures C#

University

20 Qs

PROGRAMMING CAMP

PROGRAMMING CAMP

University

20 Qs

EIT Quiz 2

EIT Quiz 2

University

20 Qs

Bridge course with C

Bridge course with C

University

20 Qs

SUMMATIVE TEST (GRADE 8 - COMPUTER)

SUMMATIVE TEST (GRADE 8 - COMPUTER)

University

20 Qs

Quiz CSA (Final)

Quiz CSA (Final)

University

20 Qs

C++ Assesment 1

C++ Assesment 1

University

20 Qs

Text me!

Text me!

University

20 Qs

Compro. Final1/64 part2

Compro. Final1/64 part2

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Watcharin Tangsuksant

Used 11+ 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

3 mins • 1 pt

If the mode is "rb" as the initial letter, what does it indicates?

text file

big text file

binary file

blueprint text

skip

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What are the C functions used to read or write a file in Text Mode?

fprintf(), fscanf()

fread(), fwrite()

fprint(), fscan()

read(), write()

skip

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

When fopen() is not able to open a file, What will be returned?

EOF

NULL

Run-time Error

None of the above

skip

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Where is a data of the file is stored?

Ram

Hard disk

Rom

Buffer

skip

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Which condition is True when it takes a new line?

ch == "\n"

ch == "\r"

ch == "\0"

ch == " "

skip

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

To show the string PREdept by the statement: printf("%s\n", str); which one is the invalid declaration?

char str[] = {'P', 'R', 'E', 'd', 'e', 'p', 't', '\0'};

char str[] = "PREdept";

char *str = "PREdept";

char *str = {'P', 'R', 'E', 'd', 'e', 'p', 't', '\0'};

skip

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Please fill in the blank to print out “Friday” on screen?

*day+4

*day[4]

day[4]

*day-4

skip

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?