CCOMPROG Flashcards

1
Q

This DOS Command used to clears all
the information from the screen when
you are working at the command
prompt.

A

CLS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

which is signed
binary digit is considered positive
if the leftmost bit is always equal
to zero (0).

A

Number System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

are useful to
describe values on a scale that
goes below zero.

A

Negative Numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

These commands specific to DOS the
exact action you want to take as well as
any special information needed to carry
out your request. You use DOS prompt to
enter DOS commands.

A

Command Prompt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

define a particular value
that is commonly known as a data item
that can treat a group of one or more
related bytes as a unit of data.

A

Related Bytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

This command creates a subdirectory
using the name you provide preferably
eight (8) characters long and must start
with a letter.

A

MD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

This DOS command let you removes a
specific subdirectory, Make sure that
subdirectory is empty.

A

RD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

allows the standardized I/O
hardware of the computer manufacturers
such as keyboard, printers, monitors and
other devices. It also provides 256
characters including symbols for foreign
alphabets for 8-bit ASCII

A

American Standard Coded for Information Interchange

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

is the fundamental building block of
computer storage. It can be equal to zero
which means off state or it can be equal
to one which considered on state.

A

Bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

This DOS command let you changes the
name of your filed and cannot change
the name of subdirectories.

A

REN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

It contains microprocessor, memory, that
form in read only memory and random
access memory. I/O ports and a bus or
system of interconnecting wires, housed
in
a vault that is usually called a
motherboard

A

Microcomputer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

This DOS command let you changes the
current directory.

A

CD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

This DOS command let you removes
one or more files from a disk.

A

DEL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

This DOS command duplicates file or
files to another location/directory. To
enter this command, type copy, followed
by a space and the filename, space
again, path name and press ENTER
key.

A

Copy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

is the basic unit information that has
a group of eight (8) related bits. Most
computers process data with a length of
eight (8) bits or some multiple of eight (8)
bits.

A

Bytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

was typically served
as the CPU in a computer system,
embedded system, or handheld device. It
was bord by reducing the word size from
32 bits to 4 bits for the transistor of the
logic circuits would fit onto a single part.

A

Microprocessor

17
Q

This DOS command let you lists all the
contents of a directory, to enter this
command, just type DIR then press
ENTER key.

18
Q

It is a rule represent a binary number as
negative. Here are the steps to find the
2’s complement of a positive number.

A

Two’s Complement Notation