Search Header Logo

Compro. Final1/64 part2

Authored by Watcharin Tangsuksant

Computers

University

Used 11+ times

Compro. Final1/64 part2
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

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

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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?