Escrito por estudiantes que aprobaron Inmediatamente disponible después del pago Leer en línea o como PDF ¿Documento equivocado? Cámbialo gratis 4,6 TrustPilot
logo-home
Examen

C182 (Introduction to IT) - Flashcards

Puntuación
-
Vendido
-
Páginas
29
Grado
A+
Subido en
29-04-2024
Escrito en
2023/2024

Assembly and machine language are examples of which type of programming language? - correct answer These are examples of *low-level programming languages*. JavaScript, Python, PHP, and JSP are examples of what type of programming language? - correct answer These are examples of *scripting languages*. BASIC, C, C++, FORTRAN, and LISP are examples of which kind of programming language? - correct answer These are known as *high-level programming languages*. A system comprised of different parts working together to accomplish a goal is known as what? - correct answer This loosely defines *Information Technology.* Maintaining computer systems, installing hardware/software, configuring OSs, and performing some scripting are the roles of which type of administrator? - correct answer These are typically some of the roles associated with a *Systems Administrator*. Running wire, working with network hardware, configuring machines for network communication, and troubleshooting the network are roles of which type of administrator? - correct answer These are typically some of the roles associated with a *Network Administrator*. Designing, developing, and supporting DBMSs (Database Management Systems) are roles of which type of administrator? - correct answer These are typically some of the roles associated with a *Database Administrator*. Installing, configuring, and administering firewall security are some of the roles of which type of administrator? - correct answer These are typically some of the roles associated with a *Security Administrator*. Installing, configuring, maintaining, securing, and troubleshooting web servers are the roles of which type of administrator? These admins may be referred to as a "webmaster" and may or may not be responsible for the server hardware. - correct answer These are typically the roles associated with a *Web Administrator*. What are some skills desired for IT personnel? - correct answer Troubleshooting/problem-solving, knowledge of operating systems, system level programming (scripting), system security, hardware. Information can be defined as _________ data. - correct answer Processed Is data *more* or *less* structured than information? - correct answer Data is *less* structured than information. __________ is the output of some process. - correct answer Information What does DIKW refer to? - correct answer Data - Information - Knowledge - Wisdom What is the difference between information and data? - correct answer Data consists of raw inputs, whereas information consists of data that has been processed into more useful material. A set of tools, such as computer hardware & software, and the people that use these tools in order to manipulate data to obtain information describes what? - correct answer This is an *Information System*. What 5 characteristics does *quality data* consist of? - correct answer Relevant - timely - thorough - accurate - reliable What does *IPO* / *IPO+S* refer to? - correct answer Input - Processing - Output - Storage What four operations does a computer perform? - correct answer IPO / IPO+S - Input - Processing - Output - Storage The physical components of the computer are referred to as what? - correct answer The physical components of the computer are referred to as *hardware*. Programs and other operating information used by the computer is known as what? - correct answer Software A collection of computers and resources connected by various media to enable communication with each other refers to what in a computer system? - correct answer A *computer network*. The people who use the computer system are known as what? - correct answer Users What is a network protocol? - correct answer A standard set of rules used to determine how networks communicate with each other. What is the most common network protocol? - correct answer TCP/IP What are the 4 main components of a computer system? - correct answer CPU - memory - input/output (I/O) - bus The hardware in a computer that executes instructions and commands the computer components is known as what? - correct answer This is the *Central Processing Unit* (CPU). What contains peripheral devices (mouse, keyboard, monitor, etc) used for input, output, and long-term storage? - correct answer The *I/O system*. What stores programs being executed and the data that the programs use? - correct answer Computer memory (RAM) The component on the motherboard that consists of several wires and allows hardware to communicate with other hardware on the motherboard. - correct answer The system *bus*. The main circuit board which houses the CPU, memory chips, and expansion cards in any computer. - correct answer The *motherboard*. The device used for long-term storage that saves data even when the computer is shut down. - correct answer The *hard drive*. A video card or wireless network card may be located in an _______________ slot. - correct answer Expansion A CPU consists of what two parts? - correct answer The ALU (arithmetic logic unit) and the CU (control unit). What controls the speed at which instructions are processed? - correct answer The *system clock*. What retrieves instructions and raw input data and sends that data to the ALU for processing? - correct answer The *Control Unit* (CU). What does the actual processing of the data, sent by the CU, to display on the screen? - correct answer The *Arithmetic Logic Unit* (ALU). What is the measurement unit used to identify the clock speed of today's computers (Hz, MHz, GHz, etc)? - correct answer The clock speed of computers today is measured in *GHz*. A computer can only run programs if it has a sufficient amount of ___________. - correct answer Memory Is system memory used for short-term storage or long-term storage? - correct answer Short-term storage What are the two main forms of RAM? - correct answer Dynamic RAM (DRAM) and static RAM (SRAM). What does ROM stand for? - correct answer ROM stands for read-only memory. What does BIOS stand for? - correct answer BIOS stands for Basic Input Output System. Where is the BIOS stored? - correct answer In the ROM chip located on the motherboard. What is the smallest unit of storage in a computer system? - correct answer A bit is the smallest unit of storage. How many bits are in a *byte*? - correct answer There are 8 bits in 1 byte. What would a *docking station* be used for? - correct answer A docking station allows a laptop or tablet to function like a desktop and provides more peripherals. Vacuum tubes, relay switches, and the need to program in machine language are characteristics of which generation of computers? - correct answer These are characteristics of the *first generation* of computers. What replaced vacuum tubes around the year 1959? - correct answer Transistors. Magnetic core memory, along with the introduction of transistors, led to which generation of computers? - correct answer These innovations led to the *second generation* of computers. What was invented in 1964, incorporated dozens of transistors, and brought about the third generation of computers? - correct answer The *silicon chip*, also known as a printed circuit or integrated circuit (IC). In which generation did computers become cheap enough for organizations to purchase them? - correct answer This occurred during the *third generation* of computers. Which generation of computers introduced simple operating systems? - correct answer Operating systems were introduced in the *third generation* of computers. Which generation of computers led to the rise of computer networking? - correct answer The need to connect "dumb" terminals to an organizations main computer (mainframe) during the *third generation* of computers led to the rise of computer networks. What was introduced by IBM in the year 1974 that led to the fourth generation of computers? - correct answer The *single-chip processor*, also known as a /microprocessor/, made computers small enough to sit on a person's desk, which brought about the fourth generation of computers. What is the most recent generation of computers? - correct answer The *fourth generation* is the most recent generation of computers. In which generation of computers were GUIs (graphical user interfaces) introduced? - correct answer GUIs were introduced in the *fourth generation* of computers. What is a pipelined CPU? - correct answer A CPU in which the fetch-execute cycle is overlapped. The earliest computers were programmed in __________ language. - correct answer The earliest computers were programmed in *machine language*. What was the earliest language translator? - correct answer *Assemblers* were the earliest language translators and they translated assembly programs into machine language. An improved class of language *translators*, which allowed code to be written in a more English-like way, is known as what? - correct answer A *compiler*. The languages are called /high-level languages/. Which form of programming utilizes GOTO statements and allows the programmer to transfer control from any location in a program to anywhere else in a program? - correct answer *Structured programming* Which form of programming is organized around objects rather than actions, and data rather than logic? - correct answer *Object-oriented programming* (OOP) A ________ is a computer program that transforms source code written in a programming language into machine language. This type of language translator's output is not portable. - correct answer A *compiler* is a computer program that transforms source code written in a programming language into machine language. Compiled languages aren't portable. Compiled languages must be written all at once before testing. An _____________ is a computer program that executes source code "on the fly", without requiring that the program be completely written first. - correct answer An *interpreter* is a computer program that executes source code "on the fly", without requiring that the program be completely written first. A collection of computers and computer resources connected in such a way that the computers can communicate with each other and share resources is known as what? - correct answer Network / computer network Which form of physical connection media uses light pulses for data transmission? - correct answer Fiber / Fiber-optic cable Which form of physical connection media uses electricity for data transmission? - correct answer Coax / Coaxial and twisted pair cable Which form of connection media uses radio waves for data transmission? - correct answer Radio and cell towers. The amount of data that can be transmitted over a unit of time refers to what? - correct answer Bandwidth A device that connects multiple computers together. Broadcasts the transmission to every device on the network. - correct answer Network hub A device that connects multiple computers together. Sends the transmission to only the intended device. - correct answer A *network switch*. A device that connects multiple networks. - correct answer Router A device connected to a hub, switch, or router that sends out wireless signals so that computers can connect to the network without a cable. Requires a wireless network card. - correct answer A *wireless

Mostrar más Leer menos
Institución
C182
Grado
C182










Ups! No podemos cargar tu documento ahora. Inténtalo de nuevo o contacta con soporte.

Escuela, estudio y materia

Institución
C182
Grado
C182

Información del documento

Subido en
29 de abril de 2024
Número de páginas
29
Escrito en
2023/2024
Tipo
Examen
Contiene
Preguntas y respuestas

Temas

$14.69
Accede al documento completo:

¿Documento equivocado? Cámbialo gratis Dentro de los 14 días posteriores a la compra y antes de descargarlo, puedes elegir otro documento. Puedes gastar el importe de nuevo.
Escrito por estudiantes que aprobaron
Inmediatamente disponible después del pago
Leer en línea o como PDF

Conoce al vendedor
Seller avatar
rickysparkyy

Conoce al vendedor

Seller avatar
rickysparkyy Havard School
Seguir Necesitas iniciar sesión para seguir a otros usuarios o asignaturas
Vendido
2
Miembro desde
2 año
Número de seguidores
0
Documentos
843
Última venta
1 mes hace
Ricky sparky

Ace Your Exams with Our Comprehensive Exam Documents and Answers! Struggling with exam preparation? Look no further! Our expertly crafted exam documents come complete with accurate answers, helping you study efficiently and effectively. Each document is designed to cover key topics, provide clear explanations, and offer insightful answers to typical exam questions. Perfect for students aiming to excel, our materials are regularly updated to align with the latest curriculum standards. **Why Choose Us?** - Accurate and Reliable: Verified answers you can trust. - Comprehensive Coverage: Detailed documents covering all major topics. - Time-Saving: Study smarter, not harder. - User-Friendly Format: Easy to navigate and understand. Achieve academic success with our top-notch study aids. Get started today and ace your exams with confidence! Feel free to modify it to better fit your specific offerings!

Lee mas Leer menos
0.0

0 reseñas

5
0
4
0
3
0
2
0
1
0

Documentos populares

Recientemente visto por ti

Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes