
Week11 Low Level IO
Authored by Emma Nagy
Architecture
University
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
You are given the following text file: 'BlindingLightsLyrics.txt' and asked to count how many times the word 'lights' appears. How would you open the file?
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What data type is the file handle (fh) of a file?
char
double
logical
cell
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What is the proper way to individually close files?
close(fh)
fclose('filename')
fclose(all)
fclose(fh)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given a filename ending in '.txt' how would you create an updated filename that is the original filename with '_updated.txt' at the end?
(example in image)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given a filename ending in ANY extension how would you create an updated filename that is the original filename with '_updated' added before the extension?
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To loop through every line in a file, what would I need to make the terminating condition of the while loop?
7.
FILL IN THE BLANKS QUESTION
1 min • 1 pt
This code is supposed to go through every word on every line of the file. Which two EMPTY lines would you need to use 'strtok' on to make this code work? (answer using numbers separated by only commas!)
(a)
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?