Computer Science Fundamentals Quiz
51 Questions
1 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Which number system is primarily used in PCs for data coding?

  • Numerical
  • Binary (correct)
  • Octal
  • Decimal
  • Who is credited with the idea of program control on computing processes?

  • Ada Lovelace
  • J. Mauchli
  • Norbert Wiener
  • Charles Babbage (correct)
  • What is defined as the sequence of eight bits?

  • A bit field
  • A word
  • A byte (correct)
  • A nibble
  • What type of information is primarily stored in computers?

    <p>Data</p> Signup and view all the answers

    What characteristic refers to a message including all relevant information?

    <p>Completeness</p> Signup and view all the answers

    Which characteristic emphasizes the need for message validity and accuracy?

    <p>Verifiability</p> Signup and view all the answers

    What is the maximum number represented by 8 bits?

    <p>256</p> Signup and view all the answers

    What data processing technique is used to compress data?

    <p>Archiving of data</p> Signup and view all the answers

    What is the purpose of the object property sheet in MS Access?

    <p>To modify the object's properties</p> Signup and view all the answers

    Which of the following is NOT considered a detail about a file in MS Access?

    <p>Database profiles</p> Signup and view all the answers

    In database design, data is primarily arranged into which components?

    <p>Tables and fields</p> Signup and view all the answers

    Which slide transition in MS PowerPoint gently uncovers one slide to reveal the next?

    <p>Wipes</p> Signup and view all the answers

    What are defined combinations of formatting options in MS PowerPoint called?

    <p>Quick Styles</p> Signup and view all the answers

    Where does MS PowerPoint typically position a bulleted list on a slide?

    <p>On the left side</p> Signup and view all the answers

    Which animation category is NOT included in the entrance, exit, and emphasis animations in MS PowerPoint?

    <p>Colorful</p> Signup and view all the answers

    In MS PowerPoint, how do you select sequential slides?

    <p>Hold the SHIFT key and click the last slide</p> Signup and view all the answers

    What does the scroll box indicate in a document window?

    <p>The location of the slide</p> Signup and view all the answers

    Which term defines the appearance and shape of letters, numbers, and symbols in Power Point?

    <p>Font</p> Signup and view all the answers

    What is displayed on the status bar in Power Point?

    <p>The number and title of the current slide</p> Signup and view all the answers

    What feature in Power Point allows you to see the effect of a gallery choice before applying it?

    <p>Live preview</p> Signup and view all the answers

    What is another term for a Power Point presentation?

    <p>Slide deck</p> Signup and view all the answers

    Which file formats are associated with Power Point?

    <p>*.ppt and.pptx</p> Signup and view all the answers

    Which elements are included in slide design?

    <p>Color scheme, background, object colors</p> Signup and view all the answers

    What does the term mode refer to in statistics?

    <p>The most frequently occurring value</p> Signup and view all the answers

    What are the methods for managing files in a computer system?

    <p>Changing, moving, and deleting files</p> Signup and view all the answers

    Which of the following is the correct sequence to set the date and time in MS Windows?

    <p>start - settings - control panel - date and time</p> Signup and view all the answers

    What command is used to create a new file in Windows Explorer?

    <p>file - create - choose of the created file type</p> Signup and view all the answers

    Where can you find the disk defragmentation option in MS Windows?

    <p>start - all programs - accessories - system tools - disk defragmentation</p> Signup and view all the answers

    How can you access the settings of a language in MS Windows?

    <p>start - settings - control panel - language and regional standards - languages</p> Signup and view all the answers

    What is the correct method to change page numbers in MS Word?

    <p>double click on the page number with the left button of the mouse</p> Signup and view all the answers

    What is the method for combining several selected graphical objects in MS Word?

    <p>context menu - grouping - group</p> Signup and view all the answers

    Which file attribute is NOT typically associated with files in MS Windows?

    <p>User permissions</p> Signup and view all the answers

    What is the total byte count represented by the word 'COMPUTER'?

    <p>12 bytes</p> Signup and view all the answers

    How many bytes are in 32 Gbytes?

    <p>2^24 bytes</p> Signup and view all the answers

    What is the decimal equivalent of the binary number 1001?

    <p>9</p> Signup and view all the answers

    What is the decimal equivalent of the hexadecimal number 255?

    <p>597</p> Signup and view all the answers

    In binary, how is the decimal number 2 represented?

    <p>10</p> Signup and view all the answers

    What is the sum of the binary numbers 111011 and 101010?

    <p>1100101</p> Signup and view all the answers

    What is the purpose of a mathematical coprocessor?

    <p>To assist the basic processor in mathematical operations</p> Signup and view all the answers

    What technology was used in second generation computers?

    <p>Transistors</p> Signup and view all the answers

    Which device acts as the temporary storage of information?

    <p>Buffer</p> Signup and view all the answers

    Which of the following is acknowledged as the first computer?

    <p>ENIAC</p> Signup and view all the answers

    What is the smallest unit of information measurement?

    <p>Byte</p> Signup and view all the answers

    Who is the founder of logical algebra?

    <p>George Boole</p> Signup and view all the answers

    What type of logical element performs the operation "disjunction"?

    <p>OR</p> Signup and view all the answers

    What is the correct method to create a new paragraph in MS Word?

    <p>Press the Enter key</p> Signup and view all the answers

    Which combination allows you to automatically go to the next page in MS Word?

    <p>Press Ctrl + Enter</p> Signup and view all the answers

    How can you change a numbered list to a marked list in MS Word?

    <p>Select the text and choose paragraph markers</p> Signup and view all the answers

    What common mistake might cause an error in the formula =SUM(C7:C10)?

    <p>Missing the equal sign at the formula's start</p> Signup and view all the answers

    What does the message indicating symbols like 'C:\Users\User\Desktop...' in an Excel cell typically mean?

    <p>The number is too large and not fully displayed</p> Signup and view all the answers

    If cell A2 contains 10%, which formula correctly calculates that percentage of a value in cell B2?

    <p>=B2 * 0.10</p> Signup and view all the answers

    Study Notes

    Number Systems

    • PCs use the binary number system for data coding. Other systems used are octal and decimal.

    Program Control

    • The first statement of program control in computing processes was by Ch. Babbage. Other contributors include J. Mauchli, John Fon Neumann, Ada Lovelace, and Norbert Wiener.

    Byte Definition

    • A byte is a sequence of eight bits.
    • It's the unit of measure for information.
    • It represents a quantity of information as 1 or 0.
    • It groups four hexadecimal figures.

    Computer Storage

    • Computers store data, elements, algorithms, and multimedia components.

    Information Characteristics

    • Information as a message should include all relevant information. It must also be current, adequate and verifiable for accuracy, appropriateness, and validity. Information should be timely available and not obsolete. It should also be objective.

    Data Processing (Ordering)

    • Data processing methods for ordering include sorting and filtration of data. Formalization and transportation of data are also used in ordering.

    Data Processing (Compressing)

    • Data processing methods for compressing data include archiving. Filtration, sorting, and transportation are not used for compressing data.

    Maximum Number of Bits

    • 256 is the maximum number of bits that can have no more than 8 bits of information.

    Binary Equivalent

    • The binary equivalent of decimal 42 is 101010.

    Magnetic Storage Types

    • Magnetic storage comes in firm and soft, floppy and hard, and empty and filled categories. Input and output are not categories for magnetic storage.

    Random Access Memory (RAM) Acceleration

    • Cash memory is used for acceleration of access to RAM.

    BIOS Constant Memory

    • BIOS constant memory is used for checking computer equipment.

    Computer Organization Contributor

    • John von Neumann contributed to the organization of computers.

    Modem and Fax Modem

    • Modems and fax modems are used to exchange information with other computers. They are also used for conversations with users and for effective work with office equipment. They are also used in satellite communications.

    Core Speed

    • Core speed is a characteristic of information processing, not a characteristic of storage.

    Data Processing (Ordering)

    • Sorting, and filtering are used in data processing for ordering.

    Data Processing (Compressing)

    • Archiving is used for data processing in compressing data.

    Data Types in Computer

    • Data stored in computers includes data, elements, algorithms, multimedia.

    Information Characteristics

    • Information should be verifiable, adequate, current, and accessible; not obsolete, and objective rather than subjective.

    Number of bits in word

    • The word "COMPUTER" comprises eight bytes.

    Gbytes Conversion

    • 32 gigabytes comprise 235 bytes.

    Binary Conversion

    • The binary number 1001 is equal to decimal value 9.

    Binary Multiplication

    • The multiplication of binary numbers 1011 and 110 is 1000010.

    Hexadecimal Conversion

    • Converting the hexadecimal number 255 into decimal produces 597.

    Decimal to Binary Conversion

    • Decimal 2 converted to binary is 10.

    Summation of Binary Numbers

    • Adding binary numbers 111011 and 101010 yields 1100101.

    Binary Multiplication

    • Multiplying binary 110 by 111 results in 101010.

    Mathematical Coprocessor Purpose

    • Mathematical coprocessors are essential for mathematical operations in computers to assist the basic processor.

    Modem Use

    • Modems and fax modems are used for communication with users, efficient office equipment use, and connections to communications satellites.

    Coding of Data

    Which type of number coding is used by devices, to code data, that is primarily in the binary number system.

    Data Storage in the Computer

    Different types of data are stored in computer like, data, components, elements, algorithms, multimedia.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Related Documents

    ICT Quiz - Past Paper

    Description

    Test your knowledge on key concepts in computer science, including number systems, data encoding, and database management. This quiz covers essential topics that every aspiring computer professional should know. Challenge yourself with questions about programming, MS Access, and MS PowerPoint.

    More Like This

    Introduction to Information Theory
    37 questions
    Identifikacija nizov
    7 questions
    Binary Representation Concepts
    5 questions
    Codage et Humanités Numériques
    29 questions

    Codage et Humanités Numériques

    PrivilegedChrysoprase9763 avatar
    PrivilegedChrysoprase9763
    Use Quizgecko on...
    Browser
    Browser