0
0
Intro to Computingfundamentals~5 mins

Creating and naming files in Intro to Computing - Quick Revision & Summary

Choose your learning style9 modes available
Recall & Review
beginner
What is a file in computing?
A file is a container in a computer where data or information is stored. Think of it like a folder where you keep papers or photos safe.
Click to reveal answer
beginner
Why do we need to name files?
Naming files helps us find and organize them easily, just like labeling folders or boxes at home so we know what's inside without opening them.
Click to reveal answer
beginner
What characters should you avoid when naming files?
Avoid using special characters like / \ : * ? " < > | because computers use these for commands and paths. Using them can cause errors.
Click to reveal answer
beginner
What is a file extension?
A file extension is the ending part of a file name, like .txt or .jpg, that tells the computer what type of file it is and which program can open it.
Click to reveal answer
beginner
How can you create a new file on your computer?
You can create a new file by right-clicking in a folder and choosing 'New' then the type of file, or by using a program to save a new document.
Click to reveal answer
Which of these is a valid file name?
Areport_2024.txt
Breport/2024.txt
Creport:2024.txt
Dreport*2024.txt
What does the file extension '.jpg' tell you?
AThe file is a text document
BThe file is an image
CThe file is a video
DThe file is a program
Why is it important to name files clearly?
ATo make files harder to find
BTo organize and find files easily
CTo confuse other users
DTo make files invisible
Which action creates a new file on most computers?
ARight-click and select 'New' then choose file type
BDelete a file
CRename a file
DCopy a file
What happens if you use forbidden characters in a file name?
AThe file saves normally
BThe computer may show an error
CThe file becomes hidden
DThe file deletes automatically
Explain how to create and name a file properly on your computer.
Think about the steps you take when saving a new document.
You got /5 concepts.
    Why is it important to use file extensions and avoid special characters in file names?
    Consider how your computer knows what program to use to open a file.
    You got /4 concepts.