Entradas

Mostrando entradas de octubre, 2022
Imagen
 TRABAJOS TICO PRACTICA 2 PRACTICA 3 PRACTICA 4 PRACTICA 5                 PRACTICA 6 PRACTICA 8 PRACTICA 9 PRACTICA 21                                                                        PRACTICA 22                                                                     PRACTICA 23 PRACTICA 24                                                                   PRACTICA 25                   ...
Imagen
  DEFRAGMENTATION defragmentation consists of rearranging the divided and spreaded fragments of data and restoring them into fewer fragments or into the whole file. Defragging your computer can both solve and prevent a number of problems. If you don't regularly defrag your hard drive, your computer may run slowly and/or may take a long time to start up after you turn it on. If a hard drive is too fragmented, your computer may freeze up or not start at all. HOW TO ACCESS THE THE CONSOLE ON WINDOWS  Press Windows+R to open Run box. Type “cmd” and then click “OK” Press Windows+X to open the Power Users menu, and then click “Command Prompt” or “Command Prompt (Admin).” HOW TO ACCESS THE CONSOLE ON LINUX  just open the screen icon
Imagen
               PROGRAMING LANGUAGES MAIN PROGRAMING LANGUAJES: - Python -C# -Javascript -Go -kotlin -C and C++ -java -PHP -Swift MOST POPULAR ONES: - PYTHON Python is an interpreted, object-oriented, high-level programming language with dynamic semantics - JAVA Java is a widely used object-oriented programming language and software platform. The rules andsyntax of Java are based on the C and C++ languages. DIFFERENT TYPES OF CODE: SOURCE CODE: it is programming statements that are created by a programmer with a text editor or a visual programming tool and then saved in a file.   OBJECT CODE The object code file contains a sequence of machine-readable instructions that is processed by the CPU in a computer.   COMPILE its needed to translate the code from high level C++ to machine language that the CPU can understand   INTERPRETER: it translates code into machine code, instruction by instruction

VON NEUMANN MODEL

Imagen
                                           THE VON NEUMANN MODEL  -WHAT IS IT? the Von Neumann model is a type of pc architecture built and developed by Von Neumann in 1945, it's used in almost all computers nowadays. The alternative for this model is the Harvard model which is only used for small embedded computers and signal processing. -COMPONENTS It basically consists of a single, shared memory for programs and data, a bus for memory access, an arithmetic unit, and a program control unit. COMPONENTS AND FUNCTIONS: -CPU: The cpu mostly receives instructions and data from an input or memory and it is responsible for executing the instructions of a computer program. -BUS: Buses are the high-speed internal connection means by which information is shared between the registers they are...