ECAT Pre Computer Science MCQ Test For Computer Chapter 13 With Answer

MCQ's Test For ECAT Computer Science Chapter 13 Fundamentals of C Language

Try The MCQ's Test For ECAT Computer Science Chapter 13 Fundamentals of C Language

  • Total Questions15

  • Time Allowed15

ECAT Computer Science Chapter 13 Fundamentals of C Language

00:00
Question # 1

A file is stored in

Question # 2

On, successfully closing a file, the fclose () returns

Question # 3

Which of the following characters is used to mark the end of the string

Question # 4

Which of the following functions is used to copy a string to an array characters/

Question # 5

A file is stored in?

Question # 6

Which of the following functions is used to write character to a file

Question # 7

A stream is associated with a file using an _______ operation

Question # 8

If fptr = fopen ("Dats.txt". "r") statement is used to open a file then what would be the necessary condition

Question # 9

On successfully closing a file, the fclose() returns:

Question # 10

If programs get input data from data file and also send output into data file, it is called

Question # 11

In text stream, character have ________ correspondence

Question # 12

An array script should be

Question # 13

An array script should be:

Question # 14

Which of the following functions is used to read character from a file

Question # 15

Which of the following functions is used to write a string to a file

Prepare Complete Set Wise ECAT Computer Science Chapter 13 Fundamentals of C Language MCQs Online With Answers


Topic Test

00:00

Top Scorers Of ECAT Computer Science Chapter 13 Fundamentals of C Language MCQ`s Test

  • A
    Abdullah 30 - Jan - 2024 00 Min 56 Sec 60/60
  • S
    Shahzaib 10 - Apr - 2023 02 Min 27 Sec 60/60
  • S
    Suleman Zeeshan 06 - Jul - 2021 03 Min 54 Sec 60/60
  • M
    maryam 25 - Oct - 2018 10 Min 54 Sec 60/60
  • M
    Muhammad Saim 14 - Sep - 2018 00 Min 44 Sec 55/60
  • M
    Muneeba Riaz 25 - Aug - 2022 01 Min 02 Sec 55/60
  • S
    sana hashmi 06 - Aug - 2018 01 Min 41 Sec 55/60
  • E
    Ehtesham Mukhtar 02 - Nov - 2018 01 Min 54 Sec 55/60
  • I
    Iftikhar Ahmad 02 - Nov - 2018 02 Min 09 Sec 55/60
  • S
    Sobia 03 - Aug - 2018 04 Min 45 Sec 55/60
  • M
    magi 14 - Feb - 2019 00 Min 30 Sec 50/60
  • F
    Fatima 05 - Feb - 2019 00 Min 49 Sec 50/60
  • S
    Saad Aziz 15 - Feb - 2019 01 Min 12 Sec 50/60
  • A
    aamna 29 - Nov - 2018 01 Min 37 Sec 50/60
  • P
    Precious Doll 25 - Feb - 2023 02 Min 28 Sec 50/60

ECAT Computer Sciences Chapter 13 Important MCQ's

Sr.# Question Answer
1 If programs get input data from data file and also send output into data file, it is called
A. Files
B. File processing
C. Data files
D. File Handling
2 In text stream, character have ________ correspondence
A. One to One
B. Ont to many
C. Many to One
D. All of above
3 Which mode opens only an existing file for both reading and writing:
A. "w"
B. "w+"
C. "r+"
D. "a+"
4 Which of the following functions is used to copy a string to an array characters/
A. Strcpy
B. Strpcy
C. Strycp
D. Copy
5 Which of the following functions is used to read character from a file
A. getc ()
B. putc ()
C. fputs ()
D. fgets ()
6 If fptr = fopen ("Dats.txt". "r") statement is used to open a file then what would be the necessary condition
A. The file must already exist
B. The file should be data file only
C. The file must contain valid student data
D. The type of file must be read only
7 A file is stored in
A. RAM
B. Hard Disk
C. ROM
D. Cache
8 A stream is associated with a file using an _______ operation
A. Association
B. Attach
C. Link
D. Open
9 On successfully closing a file, the fclose() returns:
A. Null
B. 0 (zero)
C. 1 (one)
D. File pointer
10 In file handling, sequence of characters refers to _______
A. Text stream
B. File stream
C. Binary stream
D. Character stream

Test Questions

Is this page helpful?