Introduction to Computer Science by Samuel Oluwadare PDF free download

Samuel Oluwadare Introduction to Computer Science PDF, was published in 2016 and uploaded for 200-level Agriculture and Veterinary Medicine students of National Open University of Nigeria (NOUN), offering AGE202 course. This ebook can be downloaded for FREE online on this page.

Introduction to Computer Science ebook can be used to learn Computer Science, computer hardware, Peripheral Devices, Computer Software, Computer Languages, Computer Programming, Flowcharts, Algorithms, Visual Basic Project Window, Analysing Visual Basic Data, Computer Virus, Input Devices, Computer Keyboard, Output Devices, printers, monitors, scanners, speakers, Air Conditioner, Voltage Stabiliser, Line Voltage Transformer, Uninterruptible Power Supply System.

Technical Details
Updated at:
Size: 2.32 MB
Number of points needed for download: 25
Number of downloads: 4

Books related to Introduction to Computer Science

Introduction to Programming

Author: Yetunde Folajimi

School: University of Ibadan

Department: Science and Technology

Course Code: CSC103

Topics: Programming, computer programming, computer languages, programming process, compilation, coding, debugging, syntax, Programming languages, low-Programming languages, high-Programming languages, Modular Programming Languages, Structured Programming Language, Business Oriented Language, Object oriented programming language, Visual Programming Languages, Algorithm, Problem-Solving, Problem Solving Process, Algorithmic Problem Solving, Pseudo-Codes, Pseudocode, Flowcharts, Flowchart Symbols, Flowcharting, Programming Environment, flowchart, Variables, Reserved Words, operators, Data Types, functions, Data Type, Numbers Manipulation, character manipulation, String Manipulation, Decision-Making, Loops, Conditional Statements, arrays, Computer Files, file input, file output, File Operation Modes

Introduction to Algorithms, 3rd Edition

Author: Thomas Cormen, Charles Leiserson, Ronald Rivest, Clifford Stein

School: University of Ibadan

Department: Science and Technology

Course Code: CSC242

Topics: Algorithms, Insertion sort, analyzing Algorithms, designing Algorithms, growth of functions, asymptotic notation, maximum-subarray problem, Strassen’s algorithm, Probabilistic Analysis, Randomized Algorithms, hiring problem, Indicator random variables, Heapsort, heaps, heapsort algorithm, Priority queues, quicksort, Radix sort, Counting sort, Bucket sort, Data Structures, Hash Tables, has function, open addressing, Perfect hashing, Data Structures, sorting order statistics, Binary Search Trees, Red-Black Trees, Augmenting Data Structures, Dynamic Programming, Greedy Algorithms, Amortized Analysis, B-Trees, Fibonacci Heaps, van Emde Boas Trees, Graph Algorithms, Minimum Spanning Trees, Single-Source Shortest Paths, All-Pairs Shortest Path, maximum flow, Multithreaded Algorithms, Matrix Operations, linear programming, polynomials, Number-Theoretic Algorithms, String Matching, Computational Geometry, NP-Completeness, Polynomial time, Approximation Algorithms

Agricultural Project Appraisal, Management and Evaluation

Author: Israel Ajibade Adedeji

School: National Open University of Nigeria

Department: Agriculture and Veterinary Medicine

Course Code: AEA506

Topics: Agricultural Project Appraisal, Project Management, project Evaluation, project characteristics, project taxonomy, project cycle, project objectives, project identification, project preparation, project direction, project coordination, project control, Gender Analysis, Post Project Evaluation, project financial analysis

Cambridge IGCSE and O level Computer Science, 2nd Edition

Author: David Watson, Helen Williams

School: International Exams

Department:

Course Code: IGCSE

Topics: Data representation, computer, Number systems, data storage, file compression, Data transmission, error detection, symmetric encryption, asymmetric encryption, Hardware, computer architecture, input devices, output devices, network hardware, software, programming language, translators, internet, digital currency, cyber security, automated systems, robotics, artificial intelligence, Algorithm design, problem solving, program development life cycle, computer systems, computer decomposition, test data, identifying errors in algorithm, writing algorithms, amending algorithms, programming, arrays, file handling, Database, Boolean logic, standard logic gate symbols, logic circuits, logic expression, truth tables, problem statements

Introduction to Computer System and Characteristics

Author: DO Aborisade

School: Federal University of Agriculture, Abeokuta

Department: Science and Technology

Course Code: CSC201

Topics: Computer System, computer history, computer generations, vacuum tubes, transistors, Microprocessors, Integrated Circuits, Artificial Intelligence, computer components, RAM, ROM, control unit, Arithmetic and Logic Unit, Input Hardware, keyboard, mouse, Input Hardware-Pointing devices, Composite input devices, Audio input devices, Imaging devices, Video input devices, output hardware

Computer Algorithms

Author: Ellis Horowitz, Sartaj Sahni, Sanguthevar Rajasekaran

School: Edo University

Department: Science and Technology

Course Code: CMP315

Topics: Computer Algorithms, pseudocode conventions, recursive algorithms, performance analysis, randomized algorithms, primality testing, elementary data structures, binary search trees, cost amortization, prority queues, sets, graphs, graph representation, merge sort, quick sort, Strassen's matrix multiplication, convex hull, greedy method, knapsack problem, tree vertex splitting, prim's algorithm, dynamic programming, reliability design, backtracking, graph coloring, least cost search, algebraic problems, fast Fourier transform, lower bound theory, comparison trees, ordered searching, Cook's theorem, approximation algorithms, absolute algorithms, polynomial time approximation schemes, mesh algorithms, packet routing, hyper algorithms, PPR routing

Software Engineering, Tenth Edition

Author: Ian sommerville

School: Federal University of Technology, Owerri

Department: Engineering

Course Code: MCE303, MCE506

Topics: software processes, agile software development, requirements engineering, system modelling, architectural design, design and implementation, software testing, software evolution, system dependability, system security, dependable systems, reliability engineering, safety engineering, security engineering, resilience engineering, advanced software engineering, software reuse, component-based software engineering, distributed software engineering, service-oriented software engineering, systems engineering, systems of systems, real-time software engineering, software management, project management, project planning, quality management, configuration management

Power Systems Analysis ,3rd edition

Author: Hadi Saadat

School: University of Ibadan

Department: Engineering

Course Code: EEE511

Topics: Power Systems Analysis, power system, electric power generation, fossil power plants, hydroelectric power plants, solar power, wind power plants, geothermal power, biomass power plants, fuel cell, modern power system, smart grid, energy control center, complex power, complex power balance, power factor corrrection, per phase analysis, balanced three-phase power, generator models, transformer models, per unit system, transformer performance, autotransformers, three-winding transformers, transmission line parameters, line model, line compensation, power flow analysis, bus admittance matric, Gauss-Seidel power flow solution, Newton-Raphson method, power flow programs, synchronous machine, transient analysis, unbalanced fault, stability, swing equation, transoent stability, steady-state stability, power system control, automatic generation control, load frequency control, MATLAB, frequency response, reactive power, voltage control, excitation system

Introduction to the design and analysis of algorithms ,3rd edition

Author: Anany Levitin, Soumen Mukherjee, Arup Kumar Bhattacharjee

School: University of Ibadan

Department: Science and Technology

Course Code: CSC242

Topics: algorithm design, algorithm analysis, Algorithm Efficiency, Algorithm Efficiency analysis, Brute Force, Exhaustive Search, Decrease-and-Conquer, Divide-and-Conquer, Transform-and-Conquer, Space and Time Trade-Offs, Dynamic Programming, Greedy Technique, Iterative Improvement, Algorithm Power, Algorithmic Problem Solving, Nonrecursive Algorithms mathematical analysis, recursive Algorithms mathematical analysis, Selection Sort, Bubble Sort, Sequential Search, Brute-Force String Matching, Closest-Pair Problems, Convex-Hull Problems, depth-First Search, Breadth-First Search, Insertion Sort, Topological Sorting, Variable-Size-Decrease Algorithms, Decrease-by-a-Constant-Factor Algorithms, binary search, Mergesort, quicksort, Binary Tree Traversals, Strassen’s Matrix Multiplication, Gaussian Elimination, presorting, Balanced Search Trees, Heaps, Heapsort, Horner’s Rule, Binary Exponentiation, Problem Reduction, B-Trees, hashing, Knapsack Problem, Optimal Binary Search Trees, Warshall’s Algorithm, Floyd’s Algorithm, Prim’s Algorithm, Kruskal’s Algorithm, Dijkstra’s Algorithm, Huffman Trees, huffman Codes, Simplex Method, Maximum-Flow Problem, Stable Marriage Problem, Lower-Bound Arguments, Decision Trees, Numerical Algorithms, Backtracking, Approximation Algorithms

Introduction to Computer Science Continuous assessment filler

Author: 1st John

School: University of Nigeria, Nsukka

Department: Science and Technology

Course Code: COS101

Topics: Computer Science, computer, computer system, hardware, software, output device, input device, peripheral device, output interface, memory device, handshaking, monitor, printer, RAM, data storage, number system, binary, decimal, computer software, BASIC, QBASIC, pseudocode, flowchart, JAVA, Computer generations

Introduction to Computer Science Continuous assessment filler 2

Author: COS101

School: University of Nigeria, Nsukka

Department: Science and Technology

Course Code: COS101

Topics: Computer Science, computer, computer system, hardware, software, output device, input device, peripheral device, output interface, memory device, handshaking, monitor, printer, RAM, data storage, number system, binary, decimal, computer software, BASIC, QBASIC, pseudocode, flowchart, JAVA, Computer generations

Concepts of Programming Languages, 10th Edition

Author: Robert Sebesta

School: Edo University

Department: Science and Technology

Course Code: CSC413

Topics: Programming Languages, programming environments, Pseudocodes, functional programming, computerizing business records, time sharing, dynamic languages, object-oriented programming, scripting languages, programming hybrid languages, lexical analysis, syntax analysis, parsing problem, recursive descent parsing, variables, datatypes, array types, associative arrays, arithmetic expressions, subprograms, abstract data types, data abstraction, concurrency, exception handling, event handling, functional programming languages, logic programming languages

Concise Guide to Software Engineering

Author: Gerard O'Regan

School: Federal University of Technology, Owerri

Department: Engineering

Course Code: MCE303, MCE506

Topics: Software Project Management, Requirements Engineering, Software Design, Software Development, Configuration Management, Software Inspections, Software Testing, Supplier Selection, Supplier Management, Software Quality Assurance, Software Metrics, Problem-Solving, Software Reliability, Software Dependability, formal methods, formal specification language, unified modelling language, software process improvement, capability maturity model integration, software engineering tools, agile methodology, miscellany of innovation

Upgrading and Repairing PCs, 22nd Edition

Author: Scott Mueller

School: Edo University

Department: Science and Technology

Course Code: CMP317

Topics: electronic computers, computer components, Microprocessor, address bus, Processor Manufacturing, Intel processors, AMD processors, Processor Cooling, over clocking, motherboards, chipsets, BIOS, Motherboard ROM BIOS, ROM hardware, memory, ROM, DRAM, memory standards, memory modules, RAM upgrades, magnetic storage, Flash Memory Devices, removable storage, Solid-State Drives, USB Flash Drives, optical storage, optical technology, DVD, video hardware, Video Display Interfaces, monitors, audio hardware, speaker, microphone, input devices, keyboard, Touchscreen Technology, Internet Connectivity, Local Area Networking, Network Protocols, power supply, Power-Protection Systems, computer System Components, computer diagnostics, boot process

Introduction to computer science

Author: OE Ojo

School: Federal University of Agriculture, Abeokuta

Department: Science and Technology

Course Code: CSC101

Topics: computer, generations of computer, computer, computer classes, computing origin, hybrid computer, input devices, output devices, computer storage, arithmetic logic unit, memory, computer software, system software, language translator, application software, data processing, data processing technique, Microsoft windows

Introduction to Computer Science summary

Author: Ufele Chris

School: University of Nigeria, Nsukka

Department: Science and Technology

Course Code: COS101

Topics: hardware, software, types of computer, input, output, computer monitor, computer storage, history of computer, computer software, problem solving, algorithm, Programming, programming language, BASIC, JAVA, computer networking, networking

Introduction to computer science

Author: CPT FUTMINNA

School: Federal University of Technology, Minna

Department: Engineering

Course Code: CPT111

Topics: Computer Generations, computer hardware, computer software, computer memory, Random Access Memory, Read Only Memory, storage devices, input devices, output devices, Operating Systems, utility program, Language Translators

Parallel programming, 2nd edition

Author: Barry Wilkinson, Michael Allen

School: Edo University

Department: Science and Technology

Course Code: CMP221

Topics: Parallel programming, parallel computers, cluster computing, message-passing computing, message-passing programming, parallel programs, Partitioning, synchronous computations, synchronous iteration program, load balancing, Distributed Termination Detection Algorithms, Shared Memory Multiprocessors, Parallel Programming Languages, distributed shared memory, distributed shared memory programming, algorithms, sorting algorithms, numerical algorithms, matrices, image processing, Hough transform, branch-and-bound search, genetic algorithms

Database Systems, 6th edition

Author: Thomas Connolly, Carolyn Begg

School: Edo University

Department: Science and Technology

Course Code: CMP222, CMP214

Topics: Database Systems, database environment, database languages, data definition language, data models conceptual modeling, database architectures, Multi-user DBMS Architectures, teleprocessing, Distributed DBMSs, data warehousing, cloud computing, Oracle Architecture, relational models, relational calculus, SQL, writing SQL commands, data manipulation, advanced SQL, object-relational DBMs, Database System Development Lifecycle, database analysis, database design, database planning, Entity–Relationship Modeling, Enhanced Entity–Relationship Modeling, normalization, Data Redundancy, Advanced Normalization, database security, data administration, database administration, concurrency control, database recovery, query processing, query optimization, distributed DBMs, Distributed Transaction Management, Distributed Concurrency Control, Distributed Deadlock Management, Distributed Database Recovery, data replication, data Replication Architecture, data Replication Schemes, object oriented DBMs, Scripting Languages, web, Common Gateway Interface, HTTP cookies, Microsoft’s Web Platform, JAVA, Oracle Internet Platform, Semi structured Data, XML, XML schema, XML Query Languages, Data Warehouse Architecture, Data Warehousing Tools, Data Warehousing Technologies, Data Warehousing Using Oracle, data mart, Data Warehousing Design, Online Analytical Processing, data mining, oracle data mining

Corporate Strategy ,4th Edition

Author: Richard Lynch

School: National Open University of Nigeria

Department: Administration, Social and Management science

Course Code: BUS429

Topics: Corporate strategy, environment analysis, Analysing markets, competition, co-operation, Analysing resources, Analysing human resources, Analysing financial resources, Analysing operations resources, Strategy evaluation, Strategy development, Organisational structure, Resource allocation, strategic planning, strategic control, implementation process, International expansion, globalisation strategy, Strategy dynamics, entrepreneurial strategy, Managing strategic change

Past Questions related to Introduction to Computer Science

Computer Hardware design

Year: 2020

School: Federal University of Technology, Owerri

Department: Science and Technology

Course Code: CSC403

Topics: Computer hardware, arithmetic logic unit, registers, data path, logic gate, adder, keyboard, keyboard encoder, keyboard buffer, monitors, interface, data transfer

554 likely questions on Introduction to Computer Science by casrich

Year: 2021

School: University of Nigeria, Nsukka

Department: Science and Technology

Course Code: COS101

Topics: Computer Science, Hardware, Software, Central Processing Unit, networking, memory, computer classification, input device, output device

Introduction to computer science 2007-2017

Year: 2017

School: Nnamdi Azikiwe University

Department: Science and Technology

Course Code: CSC101

Topics: Computer science, BASIC programming, binary system, logic gate, flow chart, compilers, storage device, input device, memory, number system, CPU, computer generation

Introduction to Computer Science 1 study questions

Year: 2017

School: University of Ilorin

Department: Science and Technology

Course Code: CSC111

Topics: data, information, storage device, memory, flowchart, pseudo code, number system, boolean algebra, Karnaugh map, logic gate, operating system, system software, application software

Statistics and research methods 2018&2020

Year: 2020

School: Federal University of Technology, Owerri

Department: Agriculture and Veterinary Medicine

Course Code: AEX411

Topics: Statistics method, research methods, hypothesis, directional hypothesis, non directional hypothesis, degree freedom, scientific method, scientific investigation, research problems, sample design, sampling frame, sampling, probability sampling, data collection, quantitative data, qualitative data, research design

Soil cartography and geographic information

Year: 2020

School: Federal University of Technology, Owerri

Department: Agriculture and Veterinary Medicine

Course Code: SST403

Topics: Soil cartography, contour, drainage, map, database management, spatial data, digital image processing, raster data, vector data

Electrical, electronic engineering studio

Year: 2019

School: Federal University of Technology, Owerri

Department: Engineering

Course Code: EEE302

Topics: Electrical engineering, electronic engineering studio, DC power supply, half wave rectifier, electric shock, output voltage, input voltage, rectification efficiency, series inductors filters, simple circuit

Power system engineering studio 1

Year: 2020

School: Federal University of Technology, Owerri

Department: Engineering

Course Code: PSE413

Topics: Power system engineering studio, Kirchhoff's current law, self admittance, transfer admittance, electrical faults, symmetrical faults, reactors, short circuit current, conductor flux, skin effect, proximity effect, line resistance, insulating materials, distribution transformer tap changer, lightening arresters, distribution station, insulation oil, electrical power angle, swing equation, power system stability, transmission line studies

Introduction to Computer Science Possible question and answers by Ndukwe chimezirim Joseph

Year: 2019

School: University of Nigeria, Nsukka

Department: Science and Technology

Course Code: COS101

Topics: Algorithm, history of computer, Network, Algorithm design, data design, BASIC, computer, JAVA, Memory, operating system, optical disk

Communication engineering studio 2

Year: 2020

School: Federal University of Technology, Owerri

Department: Engineering

Course Code: COE503

Topics: Communication engineering studio, intercom system, side tone connection, communication process, transmission media, communication setup, communication system software, honey spot, service denial, eavesdropping, spoof, information leakage, data lose, hardware failure, telephone system, full duplex communications, wireless communication, telephone system side tone connection, communication systems software, information protection strategies, Antenna, Antenna radiation patterns, optical fiber, Friis transmission formula, communication systems security, communication systems protection

High voltage direct current transmission

Year: 2019

School: Federal University of Technology, Owerri

Department: Engineering

Course Code: PSE510

Topics: High voltage direct current transmission, Homopolar high voltage DC, Back-to-back HVDC scheme, HVDC Thyristor valves, converter transformer, power transformer, AC harmonic filters, HVDC transmission configurations, Graetz bridge converter

Electrical drive system

Year: 2019

School: Federal University of Technology, Owerri

Department: Engineering

Course Code: PSE506

Topics: Electrical drive system, modern electric drive system, mechanical power developed, shaft speed, shaft torque, slip speed, line circuit, motor speed, efficiency, mechanical power, air gap power, stray power

Introduction to computers-2009,2011,2014

Year: 2019

School: Chukwuemeka Odumegwu Ojukwu University

Department: Science and Technology

Course Code: CIS101

Topics: software, input device, output device, memory, processor, number system, stored program concept, programming, program

Analogue Electronics

Year: 2021

School: Air Force Institute of Technology

Department: Engineering

Course Code: EEE306

Topics: Analogue Electronics, bipolar junction transistor, NPN transistor, PNP transistor, PN junction, forward bias PN junction, reverse bias PN junction, depletion region, potential barrier, built-in potential, voltage regulating circuits, voltage block operations, voltage boost operation, over voltage, under voltage, operational amplifier

Tests related to Introduction to Computer Science

Biology (JAMB)

School: WAEC, JAMB & POST UTME

Department:

Course Code: JAMB

Topics: JAMB, UTME, biology, Plant cell, fern, plant biology, nutrition, circulatory system, osmoregulation, ecology, variation, hereditary, gene, chromosome, evolution

Mathematics (JAMB)

School: WAEC, JAMB & POST UTME

Department:

Course Code: JAMB

Topics: Mathematics, JAMB, Logarithm, standard form, permutation, combination, number system, set, ratio, indices, factorization, inequality