暗記メーカー
ログイン
PT FINALS
  • ユーザ名非公開

  • 問題数 25 • 1/24/2024

    記憶度

    完璧

    3

    覚えた

    10

    うろ覚え

    0

    苦手

    0

    未解答

    0

    アカウント登録して、解答結果を保存しよう

    問題一覧

  • 1

    In assembly, a _______ memory operand is a named reference to storage in memory

    symbolic

  • 2

    mov ___, 01 ; Character input

    ah

  • 3

    ______ 21H

    int

  • 4

    mov _____, 01 ; Output code

    bx

  • 5

    mov ah, ______ ; Request input

    0ah

  • 6

    (duplicate) command

    repeat

  • 7

    In assembly, language code lines have two parts, the first one is the _______ of the instruction which is to be executed

    operation code (opcode)

  • 8

    In assembly, CX register is known as _______

    counter register

  • 9

    In assembly, DX register is known as _______

    data register

  • 10

    What is the assembler currently being used at the computer laboratory?

    GUI Turbo Assembler

  • 11

    In TASM, _____is used to build the executable program.

    TLINK

  • 12

    In assembly, what is the instruction that exchanges the value of the two operands?

    XCHG

  • 13

    In assembly, what is the arithmetic instruction that adds 1 from the destination operand

    INC

  • 14

    In assembly, what is the arithmetic instruction that subtracts 1 from the destination operand?

    DEC

  • 15

    In assembly, what is the instruction that reverses the sign of the operand?

    NEG

  • 16

    What is the value of val?

    -50

  • 17

    What is the value of valx?

    10

  • 18

    What is the value of valx?

    15

  • 19

    What is the value of valy?

    20

  • 20

    What is the value of valy?

    30

  • 21

    In assembly, what is the program that would take the programmer’s word and convert them into numbers that the computer could understand?

    machine language

  • 22

    What assembler directive that defines the program’s instructions?

    .code

  • 23

    What is the character used in putting a comment in the assembler program?

    ;

  • 24

    In assembly, what is the memory model which means that by default all code is place in one segment and all data declared in the data segment is also placed in one segment?

    .MODEL tiny

  • 25

    In assembly, what is the equivalent 32 bit version of the CX register?

    ECX

  • 26

    Which one of the ff is an example of mobile technology?

    c. Smart Phone

  • 27

    Which one of the ff best describes the term hardware?

    a. The physical components of a computer system

  • 28

    Which one of the ff parts of the computer is responsible for controlling of instructions to the hardware?

    b. Processor

  • 29

    How do you connect a flash drive to a computer? Connect the flash drive to:

    b. The USB port on the computer

  • 30

    A computer’s operating system:

    b. Manages hardware and memory

  • 31

    Which one of the ff is not an operating system?

    c. Powerpoint

  • 32

    Instant Messaging is an example of:

    c. Communication software

  • 33

    Which is true about HDMI interface?

    b. It can transmit both audio and video signal.

  • 34

    Which statement is true about an inductor?

    c. It tends to resist any change in the amount of current flowing through it

  • 35

    Which motherboard components handled spikes in voltage?

    a. Capacitor

  • 36

    Which defines the actual speed of the computer?

    d. All of the choices

  • 37

    The humble __________ was formerly used for everything from booting the PC to storing data to running programs to making backups, but has now been largely relegated to such infrequent uses as making emergency boot diskettes, loading updated device

    a. Floppy Disk Drive (FDD)

  • 38

    The ______, is the heart of a PC.

    a. CPU

  • 39

    It is a type of slot or socket which determines the processor’s the motherboard can use. The most popular are Socket 370 (late model Intel Pentium III and Celeron processors) Socket A (AMD Athlon and Duron), Socket 478 (Current Celeron and Pentium)

    a. CPU Slots and/or Sockets

  • 40

    The type and number of ______ (along with chipset limitations) determine the type and amount of memory you can install in a PC. Recent motherboards use 168-pin SDRAM DIMMs, 168- or 184-pin Rambus RIMMs , 184-pin DDR-SDRAM DIMMs, or some combination. Motherboards that use 30- or 72 pin SIMMs are obsolete

    a. Memory Slot

  • 41

    Modern motherboards often include embedded functions, such as video and sound that were formerly provided by add-on expansion cards. This function is often called

    a. Integrated Function

  • 42

    The processor or ______, is the engine that drives the PC.

    d. CPU

  • 43

    All PCs can produce basic warning sounds and audible prompts using their built-in speakers, but for listening to audio CDs, playing games, watching DVDs…. you’ll need a ________ and speakers or headphones.

    c. Sound card

  • 44

    _______ allow a PC to connect to external peripherals such as printers, modems, and similar devices.

    b. Communication ports

  • 45

    ______ is a joint Intel/Microsoft Specification that allows computers and peripherals to configure themselves by negotiating for available system resources

    a. Plug and Play

  • 46

    True or False: CD-ROM drives began to appear as on mainstream PCs in the early 1990s, became ubiquitous and have remained generally unchanged….

    True

  • 47

    True or False: A video adapter, also called accelerated graphics port accepts video and data from the computer and converts it into a form the monitor can display

    False

  • 48

    True or False: PCs use several types of devices to accept user input—keyboards for entering text; mice , trackballs ….

    True

  • 49

    True or False: INT 32 in assembly is an instruction that exits the program by returning to the operating system

    False

  • 50

    In assembly, OR is an example of Arithmetic Operation

    False