暗記メーカー
ログイン
ESAS Matlab
  • Hazel Lynn Ramos

  • 問題数 99 • 12/29/2023

    記憶度

    完璧

    14

    覚えた

    38

    うろ覚え

    0

    苦手

    0

    未解答

    0

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

    問題一覧

  • 1

    This Matlab command clears all data and variables stored in memory:

    clear

  • 2

    characters in matlab or represented in their value in memory

    ASCII

  • 3

    Which is this is not an aspect of a for/while loop

    runner

  • 4

    the better manage memory and prevent unnecessary memory allocations, Matlab uses

    delayed copy

  • 5

    April 2023: in matlab, this keyword immediately moves to the next iteration of the loop

    continue

  • 6

    September 2023: Which of the following will correctly define x, y, and z as symbols

    syms x y z

  • 7

    Which of this is the way to access the first element in a vector name v (assuming there is at least one element in the vector)

    v(1)

  • 8

    what is the value of ans that is printed when the following code is run: isnumeric(32)

    1

  • 9

    to add a comment to the mfile, matlab command is

    %

  • 10

    when use in the fprintf command, the %g is used as the

    default number display

  • 11

    when used in the fprintf command, the \n is used to

    add a line space (enter key)

  • 12

    the clc command is used to

    clear the command window

  • 13

    to join one or more strings into a single string is known as

    concatenation

  • 14

    the output of cat=['cat' 'dog']

    catdog

  • 15

    Which of the following commands is used to calculate the mean of a matrix in a matlab

    mean

  • 16

    Which of the following commands is used to calculate the standard deviation of a matrix in matlab

    std

  • 17

    April 2023: how to stop the execution of a chain of commands

    press ctrl + C

  • 18

    Which of the following commands is used to calculate the transpose of a matrix in a matlab

    t

  • 19

    April 2023:____ is not a predefined variable in matlab

    gravity

  • 20

    what does MATLAB stand for

    matrix laboratory

  • 21

    Which is the correct DIMENSION statement for a 9x9 matrix, A, and a vector, B, with nine elements

    DIMENSION A(9,9),B(9)

  • 22

    April 2023: what is the output of the following FORTRAN program? 100 DATA 'June', 15,1955 200 READ N$ 300 DATA 1948 400 READ C,X,X₁ 500 PRINT X₁,N$,X,C

    1948 June 1955 15

  • 23

    September 2021: Which of the following is a correct IF statement

    IF (I.GE.5) GO TO 7

  • 24

    April 2022: Which of the following media is considered solid state

    flash media

  • 25

    What is wrong with this program? DO 20 I=1,5 A(I)=5.8 I=5 20 CONTINUE

    the value of I cannot be changed in the DO loop

  • 26

    Which of this expressions for a one-dimensional array, A, is acceptable? assume B, H, I, J, K, NL are greater than zero

    A(2*L-1)

  • 27

    September 2022: a software program designed to enter a computer system, usually a network, through security "holes" and then replicate itself

    worm

  • 28

    April 2022: what is the term for a deadlock situation that occurs when a program references a difference page for almost every instruction and there is not even enough real memory to hold most of the virtual memory

    thrashing

  • 29

    April 2023: Where is the error in the following FORTRAN program? 670 READ L,M,N 680 DATA 33 40 60 690 PRINT L+M/N 700 PRINT L*N+M 800 END

    line 680

  • 30

    September 2022: Which of the following is an instruction that causes data to be brought from memory into an accumulation register

    LOAD

  • 31

    Find the value of J after executing the following program. I=1 J=0 15 J=J**2+1**2 IF (LEQ.3) GO TO 16 I=I+1 GO TO 15 16 CONTINUE

    34

  • 32

    September 2022: an instruction that causes data in the accumulator to be moved to the memory or a peripheral register

    STORE

  • 33

    Find the values of X and Y after this program segment has been performed. X=2 Y=4 Z=X X=V Y=Z

    X=4, Y=2

  • 34

    Sept 2022: In a spreadsheet (EXCEL), the number in cell A2 is set to 2. Then cell B2 is set to A2*4/$A$2, where $ indicates the absolute cell address. This formula is copied into cells C2 and D2. The number shown in cell D2 is

    16

  • 35

    September 2022: Which of the following are NOT example of non-volatile memory in the computer system

    RAMS

  • 36

    of the following statements, which is false

    the FORMAT statement may or may not be executed by the program

  • 37

    September 2022: is a software that allows users to have a fast and flexible access to information in large documents, constructing associations among data items needed

    hypertext

  • 38

    What is the value of A after this program segment is performed? A=0 DO 77 I=1,4 77 A=A+I

    10

  • 39

    April 2022: Matt is downloading and 800 kB file from the internet using his 28.8k modem. How long will it take him to finish downloading

    3.7 minutes

  • 40

    Which of the following would have to be added to the main program as a result of the variable XINCH being changed to INCH? Before the change, the function is FUNCTION FOOT(XINCH) FOOT=XINCH/12.0 RETURN END

    a REAL variable declaration

  • 41

    September 2021: Which of the following are used in designing ar.d documenting, complex processes or programs that help to visualise what is going on and thereby help the viewer to understand the process or algorithm

    flowcharts

  • 42

    September 2021: what is the standardized communication technique for expressing instructions to a computer

    programming language

  • 43

    in binary number, shifting the binary point one place to the right

    multiples by 2

  • 44

    ____ gate is formed by inversion of the output of the AND gate

    NAND

  • 45

    BCD code has always ____ bits per number

    4

  • 46

    an unconnected input is termed as

    floating

  • 47

    September 2021: encryption can provide all of the following features of information systems security except

    privacy

  • 48

    what is the principal register of an arithmetic logic unit

    accumulator

  • 49

    an instruction that causes data in the A accumulator to be moved to the memory or a peripheral register

    STORE

  • 50

    Which of these FORTRAN format specifications reads the input -567610 as -5676.10?

    F8.2

  • 51

    April 2022: as the simplex algorithm progress from one solution to the next in a linear programming maximization problem, what will happen to the value of the object functions

    it will increase or stay the same

  • 52

    a multi-wire connection between digital circuits is usually called a

    bus

  • 53

    Which of the following is the language used in making an internet web page

    hypertext mark-up language

  • 54

    September 2022: a network of private computers infected with malicious software and controlled as a group without owners knowledge like sending spam messages

    botnet

  • 55

    which of the following refers to the branch of computer science that is concerned with making computers behave and think like humans

    artificial intelligence

  • 56

    which of the following does not threaten the operation of a computer

    firewall

  • 57

    what is the abbreviation for a binary digit

    bit

  • 58

    a byte is composed of how many bits

    8

  • 59

    1 nibble is composed of how many bits

    4

  • 60

    1 kb is how many bytes

    1,024

  • 61

    what is a computer programming language in which groups of 1s and 0s are used to represent instructions and the only language a computer actually understood

    machine language

  • 62

    octal coding involves grouping the bits in

    3's

  • 63

    identify the I/O part described below. an external D shaped connectors with the total of 15 female pins in 3 rows

    VGA/SVGA video port

  • 64

    a technician has installed a new video card in the computer will now only boot into VGA mode. which of the following may be the cause of the problem?

    the incorrect drivers are installed

  • 65

    which device allows your computer to talk to other computers of your telephone line as well as access the internet?

    modem

  • 66

    after installing a new cable modem and new router, which of the following should be the order used to start up the devices

    turn on the cable modem, then the router and then the computer

  • 67

    what does FTTH mean

    fiber to the home

  • 68

    what is the fastest internet connection

    fiber

  • 69

    which form of software can also be called firmware

    system BIOS

  • 70

    BIOS stands for

    basic input output system

  • 71

    what is BASIC stands for

    Beginners' All-purpose Symbolic Instruction Code

  • 72

    ASCII means

    american standard code for information interchange

  • 73

    HTTP:// is an identifier that appears at the beginning of most web page. what does HTTP stands for?

    hypertext transfer protocol

  • 74

    which of the following is not a computer programming language

    LOTUS

  • 75

    MS-WORD is a type of

    application software

  • 76

    which of the following computer program is not considered open source software

    microsoft office

  • 77

    what is the shortcut key to reach the end of the document

    ctrl + end

  • 78

    in printing your document in the computer, what is the default mode

    portrait

  • 79

    MS Disk Operating System (MS DOS) is a type of

    system software

  • 80

    which of the following is an instruction that causes data to be brought from memory into an accumulator register

    LOAD

  • 81

    what do you call a translated program in a machine language

    an object program

  • 82

    is a list of instructions that the computer must follow in order to process data into information

    program

  • 83

    which of the following is the basic symbol used as a beginning or termination in logic diagram or flowchart

    oval symbol

  • 84

    in a flowchart, what is the symbol used in decision making?

    diamond

  • 85

    what is the standard method for coding data on 80-column, 12-row card?

    hollerith code

  • 86

    A _____ is group of bits that may be manipulated or stored at one time by the cpu

    word

  • 87

    is one in which all microcomputers and other communication devices are connected to a central hub, such a file server or host computer

    star network

  • 88

    which of the following is the only acceptable FORTRAN statement

    READ (5, 99) (TOTAL(N), N=1,20)

  • 89

    what is the term for a deadlock situation that occurs when a program references a different page for almost every instructions and there is not even enough real memory to hold most of the virtual memory

    thrashing

  • 90

    a software that allows users to have fast and flexible access to large information and documents

    hypertext

  • 91

    which one is the portion of an instruction cycle where the instruction is sent from memory to the instruction register

    fetch

  • 92

    WWW stands for

    world wide web

  • 93

    a software program designed to enter a computer system usually a network through security holes and then replicate itself

    worm

  • 94

    which of the following is the fastest method to transfer data wirelessly

    802.11

  • 95

    in nested loops the continuous statement exits the

    current iteration

  • 96

    to stop or abort the execution of a matlab command, used keys

    ctrl + c

  • 97

    what command clears all data and variable stored in memory

    clear

  • 98

    which of the following command is used to clear command window

    clc

  • 99

    what is the output of the following code A= [ 1 2 3 ..]

    error