Deck 7: Files and File Attributes

ملء الشاشة (f)
exit full mode
سؤال
Windows 10 does not maintain file attributes that describe and regulate a file's use.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
What type of Windows file attribute prevents a file from being seen by other commands?

A)private
B)archive
C)system
D)hidden
سؤال
When using dates and date ranges with Windows Search, you can use dates such as today, tomorrow, or yesterday in a search. What are these types of dates called?

A)long
B)short
C)absolute
D)relative
سؤال
The compression and encryption attributes for disk files are mutually exclusive.
Indicate the answer choice that best completes the statement or answers the question.
سؤال
The CentOS 7 find command returns a status of less than zero if an error occurs.
سؤال
What type of file compression is most commonly used in Linux distributions, such as CentOS 7?

A)zip
B)archive
C)gzip
D)script
سؤال
When using Windows search, if you know the approximate size of a file, you can include the file's size in your search by using what keyword and syntax?

A)size:
B)size..
C)srchsize:
D)srchsize..
سؤال
How many characters are file extensions limited to when you are using the short filename convention?

A)three
B)four
C)five
D)ten
سؤال
The FINDSTR command can find the exact text you are looking for in what specific type of file?

A)binary
B)compressed
C)encrypted
D)ASCII
سؤال
When using the Windows 10 CLI you can search for files using three different commands; two of the commands are DIR and FIND. What is the third command?

A)FINDSTR
B)locate
C)DIRUSE
D)CD
سؤال
A CentOS 7 filename requires an extension when you use a command to list, view, or execute the file.
سؤال
Which CentOS 7 find command option indicates that the file was last accessed n minutes ago?

A)-ctimen
B)-atimen
C)-cminn
D)-aminn
سؤال
To hide a directory named Secret using file attributes in Windows 10, what would you type?

A)DIR +H Secret
B)DIR -H Secret
C)ATTRIB +H Secret
D)ATTRIB -H Secret
سؤال
The Windows 10 administrator account is called a recovery agent because it can decrypt any file. What type of administrator account key can decrypt any file?

A)decrypt key
B)universal key
C)lock key
D)global key
سؤال
What CentOS 7 utility finds character or string patterns in an ASCII file?

A)grub
B)grep
C)xargs
D)bash
سؤال
When you use the /M switch with the XCOPY command, the system will perform what type of backup?

A)differential
B)incremental
C)full
D)reverse
سؤال
Which XCOPY command switch copies only files with the archive attribute set, and does not change the attribute?

A)/A
B)/H
C)/K
D)/R
سؤال
What command in CentOS supports wildcards and provides a very simple way of searching for files in a specific directory?

A)dir
B)grep
C)ls
D)bin
سؤال
The FINDSTR command offers more control over the search process than the FIND command.
سؤال
Which command issued at the Windows command prompt will allow you to view file contents?

A)file
B)more
C)ls
D)cd
سؤال
Match each item with a statement below.
a.ATTRIB
b.Encrypting File System (EFS)
c.filename
d.gzip
e.Zip
f.MORE
g.find
h.extension
i.archive
j.read-only
The set of letters, numbers, and allowable symbols assigned to a file to distinguish it from all other files in a particular directory on a disk
سؤال
What sign used with the DOS FIND command is used to redirect the output of a program?

A)>
B)C)+
D)*
سؤال
Match each item with a statement below.
a.ATTRIB
b.Encrypting File System (EFS)
c.filename
d.gzip
e.Zip
f.MORE
g.find
h.extension
i.archive
j.read-only
A format for compressed data files in Windows
سؤال
What operator is assumed when an operator is omitted in a search expression used with the CentOS 7 find command?

A)!
B)-and
C)-or
D)-not
سؤال
Match each item with a statement below.
a.ATTRIB
b.Encrypting File System (EFS)
c.filename
d.gzip
e.Zip
f.MORE
g.find
h.extension
i.archive
j.read-only
A system that Windows 10 uses to store data using file encryption
سؤال
Match each item with a statement below.
a.ATTRIB
b.Encrypting File System (EFS)
c.filename
d.gzip
e.Zip
f.MORE
g.find
h.extension
i.archive
j.read-only
A Windows command that displays text files one screen at a time
سؤال
Match each item with a statement below.
a.ATTRIB
b.Encrypting File System (EFS)
c.filename
d.gzip
e.Zip
f.MORE
g.find
h.extension
i.archive
j.read-only
A command used to compress CentOS 7 files
سؤال
Which CentOS 7 command is often piped with the find command to construct an argument list using standard input from the find command?

A)xargs
B)grep
C)grub
D)yum
سؤال
Which type of file suffix is used by both Windows 10 and the CentOS 7 GNOME desktop to identify file associations?

A)modifiers
B)extensions
C)sources
D)attributes
سؤال
In CentOS 7, you cannot modify a directory or file that has which specific attribute?

A)a
B)d
C)i
D)s
سؤال
Match each item with a statement below.
a.ATTRIB
b.Encrypting File System (EFS)
c.filename
d.gzip
e.Zip
f.MORE
g.find
h.extension
i.archive
j.read-only
A Windows 10 file attribute that indicates a file cannot be modified
سؤال
Match each item with a statement below.
a.ATTRIB
b.Encrypting File System (EFS)
c.filename
d.gzip
e.Zip
f.MORE
g.find
h.extension
i.archive
j.read-only
A command used to view Windows file attributes from the command line
سؤال
What type of attribute determines how the operating system allows processes or users to perform some functions?

A)group
B)collection
C)container
D)file
سؤال
The DOS FIND command is case sensitive unless you include the what switch in the command?

A)/C
B)/I
C)/N
D)/V
سؤال
What command can be used to find files containing words that start with the characters Work?

A)FINDSTR /R "work."
B)FIND /R "work."
C)FINDSTR /R "\
D)FIND /R "Work.*" *.*
سؤال
Match each item with a statement below.
a.ATTRIB
b.Encrypting File System (EFS)
c.filename
d.gzip
e.Zip
f.MORE
g.find
h.extension
i.archive
j.read-only
A command used in CentOS 7 to search the root directory for files
سؤال
Which CentOS 7 find command option indicates that the file's status was last changed n minutes ago?

A)-ctimen
B)-atimen
C)-cminn
D)-aminn
سؤال
Match each item with a statement below.
a.ATTRIB
b.Encrypting File System (EFS)
c.filename
d.gzip
e.Zip
f.MORE
g.find
h.extension
i.archive
j.read-only
A set of characters that a user or program adds to a filename to help describe or categorize a file
سؤال
What term identifies the specific place where a CentOS 7 application stores file and directory attributes?

A)matrix
B)vector
C)table
D)inode
سؤال
Match each item with a statement below.
a.ATTRIB
b.Encrypting File System (EFS)
c.filename
d.gzip
e.Zip
f.MORE
g.find
h.extension
i.archive
j.read-only
Windows 10 file attribute that indicates a file is available for archiving or backup
سؤال
Describe the DOS archive file attribute.
سؤال
Describe the Windows 10 index file attribute.
سؤال
What are the results of compressing files and folders in Windows 10?
سؤال
Identify and describe the three elements of the search expression used in the CentOS 7 find command.
سؤال
Define the roles played by literal characters and metacharacters in regular expressions.
سؤال
Identify and describe the two wildcard characters used with the DOS DIR command.
سؤال
Describe the treatment of file extensions in CentOS 7 and Windows 10.
سؤال
What does CentOS 7 GNOME desktop and Windows 10 use file extensions to identify?
سؤال
How is the Windows Search feature used from File Explorer in Windows 10?
سؤال
How do DOS redirection operators affect output and input?
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/50
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 7: Files and File Attributes
1
Windows 10 does not maintain file attributes that describe and regulate a file's use.
False
2
What type of Windows file attribute prevents a file from being seen by other commands?

A)private
B)archive
C)system
D)hidden
D
3
When using dates and date ranges with Windows Search, you can use dates such as today, tomorrow, or yesterday in a search. What are these types of dates called?

A)long
B)short
C)absolute
D)relative
D
4
The compression and encryption attributes for disk files are mutually exclusive.
Indicate the answer choice that best completes the statement or answers the question.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
5
The CentOS 7 find command returns a status of less than zero if an error occurs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
6
What type of file compression is most commonly used in Linux distributions, such as CentOS 7?

A)zip
B)archive
C)gzip
D)script
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
7
When using Windows search, if you know the approximate size of a file, you can include the file's size in your search by using what keyword and syntax?

A)size:
B)size..
C)srchsize:
D)srchsize..
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
8
How many characters are file extensions limited to when you are using the short filename convention?

A)three
B)four
C)five
D)ten
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
9
The FINDSTR command can find the exact text you are looking for in what specific type of file?

A)binary
B)compressed
C)encrypted
D)ASCII
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
10
When using the Windows 10 CLI you can search for files using three different commands; two of the commands are DIR and FIND. What is the third command?

A)FINDSTR
B)locate
C)DIRUSE
D)CD
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
11
A CentOS 7 filename requires an extension when you use a command to list, view, or execute the file.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
12
Which CentOS 7 find command option indicates that the file was last accessed n minutes ago?

A)-ctimen
B)-atimen
C)-cminn
D)-aminn
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
13
To hide a directory named Secret using file attributes in Windows 10, what would you type?

A)DIR +H Secret
B)DIR -H Secret
C)ATTRIB +H Secret
D)ATTRIB -H Secret
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
14
The Windows 10 administrator account is called a recovery agent because it can decrypt any file. What type of administrator account key can decrypt any file?

A)decrypt key
B)universal key
C)lock key
D)global key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
15
What CentOS 7 utility finds character or string patterns in an ASCII file?

A)grub
B)grep
C)xargs
D)bash
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
16
When you use the /M switch with the XCOPY command, the system will perform what type of backup?

A)differential
B)incremental
C)full
D)reverse
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
17
Which XCOPY command switch copies only files with the archive attribute set, and does not change the attribute?

A)/A
B)/H
C)/K
D)/R
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
18
What command in CentOS supports wildcards and provides a very simple way of searching for files in a specific directory?

A)dir
B)grep
C)ls
D)bin
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
19
The FINDSTR command offers more control over the search process than the FIND command.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
20
Which command issued at the Windows command prompt will allow you to view file contents?

A)file
B)more
C)ls
D)cd
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
21
Match each item with a statement below.
a.ATTRIB
b.Encrypting File System (EFS)
c.filename
d.gzip
e.Zip
f.MORE
g.find
h.extension
i.archive
j.read-only
The set of letters, numbers, and allowable symbols assigned to a file to distinguish it from all other files in a particular directory on a disk
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
22
What sign used with the DOS FIND command is used to redirect the output of a program?

A)>
B)C)+
D)*
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
23
Match each item with a statement below.
a.ATTRIB
b.Encrypting File System (EFS)
c.filename
d.gzip
e.Zip
f.MORE
g.find
h.extension
i.archive
j.read-only
A format for compressed data files in Windows
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
24
What operator is assumed when an operator is omitted in a search expression used with the CentOS 7 find command?

A)!
B)-and
C)-or
D)-not
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
25
Match each item with a statement below.
a.ATTRIB
b.Encrypting File System (EFS)
c.filename
d.gzip
e.Zip
f.MORE
g.find
h.extension
i.archive
j.read-only
A system that Windows 10 uses to store data using file encryption
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
26
Match each item with a statement below.
a.ATTRIB
b.Encrypting File System (EFS)
c.filename
d.gzip
e.Zip
f.MORE
g.find
h.extension
i.archive
j.read-only
A Windows command that displays text files one screen at a time
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
27
Match each item with a statement below.
a.ATTRIB
b.Encrypting File System (EFS)
c.filename
d.gzip
e.Zip
f.MORE
g.find
h.extension
i.archive
j.read-only
A command used to compress CentOS 7 files
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
28
Which CentOS 7 command is often piped with the find command to construct an argument list using standard input from the find command?

A)xargs
B)grep
C)grub
D)yum
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
29
Which type of file suffix is used by both Windows 10 and the CentOS 7 GNOME desktop to identify file associations?

A)modifiers
B)extensions
C)sources
D)attributes
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
30
In CentOS 7, you cannot modify a directory or file that has which specific attribute?

A)a
B)d
C)i
D)s
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
31
Match each item with a statement below.
a.ATTRIB
b.Encrypting File System (EFS)
c.filename
d.gzip
e.Zip
f.MORE
g.find
h.extension
i.archive
j.read-only
A Windows 10 file attribute that indicates a file cannot be modified
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
32
Match each item with a statement below.
a.ATTRIB
b.Encrypting File System (EFS)
c.filename
d.gzip
e.Zip
f.MORE
g.find
h.extension
i.archive
j.read-only
A command used to view Windows file attributes from the command line
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
33
What type of attribute determines how the operating system allows processes or users to perform some functions?

A)group
B)collection
C)container
D)file
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
34
The DOS FIND command is case sensitive unless you include the what switch in the command?

A)/C
B)/I
C)/N
D)/V
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
35
What command can be used to find files containing words that start with the characters Work?

A)FINDSTR /R "work."
B)FIND /R "work."
C)FINDSTR /R "\
D)FIND /R "Work.*" *.*
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
36
Match each item with a statement below.
a.ATTRIB
b.Encrypting File System (EFS)
c.filename
d.gzip
e.Zip
f.MORE
g.find
h.extension
i.archive
j.read-only
A command used in CentOS 7 to search the root directory for files
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
37
Which CentOS 7 find command option indicates that the file's status was last changed n minutes ago?

A)-ctimen
B)-atimen
C)-cminn
D)-aminn
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
38
Match each item with a statement below.
a.ATTRIB
b.Encrypting File System (EFS)
c.filename
d.gzip
e.Zip
f.MORE
g.find
h.extension
i.archive
j.read-only
A set of characters that a user or program adds to a filename to help describe or categorize a file
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
39
What term identifies the specific place where a CentOS 7 application stores file and directory attributes?

A)matrix
B)vector
C)table
D)inode
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
40
Match each item with a statement below.
a.ATTRIB
b.Encrypting File System (EFS)
c.filename
d.gzip
e.Zip
f.MORE
g.find
h.extension
i.archive
j.read-only
Windows 10 file attribute that indicates a file is available for archiving or backup
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
41
Describe the DOS archive file attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
42
Describe the Windows 10 index file attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
43
What are the results of compressing files and folders in Windows 10?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
44
Identify and describe the three elements of the search expression used in the CentOS 7 find command.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
45
Define the roles played by literal characters and metacharacters in regular expressions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
46
Identify and describe the two wildcard characters used with the DOS DIR command.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
47
Describe the treatment of file extensions in CentOS 7 and Windows 10.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
48
What does CentOS 7 GNOME desktop and Windows 10 use file extensions to identify?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
49
How is the Windows Search feature used from File Explorer in Windows 10?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
50
How do DOS redirection operators affect output and input?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.