Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Trackpad iPro Ver. 4.0 Class 8
Trackpad iPro Ver. 4.0 Class 8
Trackpad iPro Ver. 4.0 Class 8
Ebook294 pages1 hour

Trackpad iPro Ver. 4.0 Class 8

Rating: 0 out of 5 stars

()

Read preview

About this ebook

Computer Science Textbook Designed for Joyful Learning

KEY FEATURES
- National Education Policy 2020
- Find on Google: This section asks a quick question from the present world.
- Pure Fact: This presents a 100% pure fact with a numerical data.
- Video Based Question: This is an interactive question to be attempted after watching a small video accessible on the QR Code.
- Coding Zone: This presents a quick insight into coding concepts.
- Career Here: This section indicates the possible career aspects on pursuing similar topics.

DESCRIPTION
Computers have become an integral part of our education system. Computer Science is now not limited to just teaching definitions and commands. Instead, it helps the learners to understand and appreciate the varied uses of computers and its vast applications.
Trackpad iPRO (Ver. 4.0) series based on Windows 10 and MS Office 2019 is comprehensively designed as per the new ICSE syllabus. We believe computer education is a hands-on subject and too much of bookish knowledge can take away the pleasure of learning. All these points have been kept in mind while designing this book and to produce the content that is not only appealing but also challenging to the students.

The topics in the book have been hand picked after extensive research by a team of experts on the subject based on the utility, interest, skill, and basic and trending applications in the global market. We have designed the lessons in such a way that they can be well integrated with other subjects. Step by step approach will make it simple and easy for our students to grasp the concepts. Relevance of the topics was of prime importance throughout the compilation of the book.


Learning is done best when it’s fun-filled and activity-based. To ensure that the content intrigues the students at all times and keeps them interested throughout the course of the book, we have included interesting key features like Student Corner, Tech Funda, Clickipedia, Comp Caution, Reboot, One Touch Learn, Let’s Do It, Crack The Code, Hands-On, Fun In Lab, Teacher’s Corner, Worksheet, Test Sheet, Project, Speech Drill, Supplement Pages and Glossary.

These features will ensure better learning, assessment, and evaluation and enable children to take their knowledge beyond the classroom.

Sample questions of Orange Global Olympiad (Cyber) have been included to promote awareness about the national level competition.

We hope that the book contributes to the progressive development of computer aided education system and prepares our students for all upcoming challenges. We want the children to learn the concepts not only for the purpose of gaining knowledge but also to be able to find their applications. This will enable them to enrich the quality of their lives as well as others’.

WHAT WILL YOU LEARN
You will learn about:
- Fundamentals of computers
- ICT Tools
- Computational Thinking
- Coding and Artificial Intelligence
- Tux Paint
- Touch Typing

WHO THIS BOOK IS FOR
Grade - 8

TABLE OF CONTENTS
1. Operating System
2. Spreadsheet—Functions and Charts
3. Algorithms and Flowcharts
4. Program Coding
5. Conditional, Looping and Jumping Statements in Java
6. App Development
7. Computer Networking
8. Cloud Computing
Project
Explore More ((Latest Trends, SDGs))
The CT Corner! (AI-Domains and Advantages)
OGO Cyber Sample Questions
Glossary
LanguageEnglish
Release dateDec 2, 2022
ISBN9789395141253
Trackpad iPro Ver. 4.0 Class 8

Read more from Team Orange

Related to Trackpad iPro Ver. 4.0 Class 8

Related ebooks

Computers For You

View More

Related articles

Reviews for Trackpad iPro Ver. 4.0 Class 8

Rating: 0 out of 5 stars
0 ratings

0 ratings0 reviews

What did you think?

Tap to rate

Review must be at least 10 words

    Book preview

    Trackpad iPro Ver. 4.0 Class 8 - Team Orange

    Chapter 01

    Operating System

    A computer system is a combination of hardware and software. If any of these are missing, then the computer will not work properly. The physical components of the computer system that we can see and touch are called hardware. Some examples of hardware are keyboard, mouse, monitor, etc. Whereas, software is a program or collection of programs that perform a particular task. Both hardware and software are interdependent parts of the computer system.

    Software can be further divided into two categories:

    System Software: This is the software that helps to control all the operations of the computer system. It helps to run other software on the computer system. Some examples of system software are Operating System (OS), utility software, and BIOS.

    Application Software: Application software is a program developed to perform a specific task. This type of software allows users to do their work more efficiently and easily. Like, Tally software is used to do accounts-related tasks in organisations whereas Microsoft Word is used to perform day-to-day work such as typing letters and documents.

    Operating System

    An operating system is a system software that works as a mediator between the user and the computer hardware. A computer cannot function without an operating system. The operating system helps the users give instructions to all the parts of the computer system and also makes the users understand the results given by the computer. Some of the most commonly known operating systems are Microsoft Windows, Apple Macintosh, and Linux.

    Why do we need an Operating System?

    Without an operating system, a computer cannot work and a user will not be able to use the programs because it controls and coordinates the activities of software and hardware as well. The operating system acts as an interface between the computer and the user. It also helps a user communicate with the computer and vice-versa. It communicates with the various parts of the computer so that tasks can be performed effectively and without any delay.

    Functions of an Operating System

    As we switch on the computer, the work of the operating system starts. After booting, the operating system gets loaded into the memory of the computer system. Once the operating system has been successfully loaded into the memory, it controls and operates all the jobs performed by the computer.

    An operating system performs various functions. Some of them are:

    Arranging Files and Folders: An operating system helps arrange the files and folders stored on the hard disk. It also keeps track of information about when a file is created, copied, and modified.

    Assigning Tasks to the CPU: An operating system assigns tasks to the CPU according to the instructions given by the user. It also helps control the execution of the tasks. It also helps assign the resources that are required to complete the task.

    Managing Memory: An operating system manages the memory space for multiple processes. It keeps track of every memory location, regardless of whether it is allocated to some process or is free. It also allocates memory to the files and folders. When we delete a file or folder, the operating system de-allocates the memory space allocated for it.

    Managing Resources: An operating system keeps track of the hardware and software requirements of the processes. It works as a manager of the resources and allocates them to different programs.

    Managing Devices: An operating system manages and controls all the input and output devices connected to the computer. When we give an instruction to the computer by using an input device, the computer processes the instruction and produces the desired result on the output device.

    Security: An operating system has an in-built security module to protect the programs and data stored on the computer system against unauthorised access.

    Types of Operating Systems

    There are different types of operating systems. The operating system can be categorised on the basis of control and applications they support. Let us briefly discuss the important types of operating systems.

    Single-user Operating System: This type of operating system allows only one user to access the computer system at a time. The most commonly used single-user operating systems are Palm OS, and DOS.

    Multi-processing Operating System: A multi-processing operating system has more than one Central Processing Unit (CPU) to manage the functioning of the computer. All these CPUs are able to communicate with one another to coordinate operations. This type of operating system provides higher speed and the capability to run multiple applications at the same time.

    Multi-tasking Operating System: A multi-tasking operating system allows users to execute multiple tasks on one computer at a time. All the tasks share a common processing resource like a CPU. In this type of operating system, the priority of tasks can also be changed according to the requirements. The most commonly used multitasking operating systems are Windows XP, Windows 7, Windows 10, UNIX and Linux.

    Multi-user Operating System: In this type of operating system, multiple users can use the computer at the same time. Examples of multi-user operating systems are Linux, Windows, etc.

    Real-Time Operating System: It provides certain capabilities like controlling machines, instruments, and industrial systems within a specified time period.

    What is a User Interface?

    A User Interface (UI) refers to a part of an operating system that allows a user to interact with the computer. It provides a set of commands, menus, and icons that help in interacting with the computer. An effective interface can make an operating system attractive and user-friendly.

    Based on the working environment, user interfaces can be divided into two categories: Character User Interface (CUI) and Graphical User Interface (GUI). Let us discuss these in detail.

    Character User Interface (CUI)

    A Character User Interface is a medium through which users can interact with a computer by using only text-based commands. Due to the use of commands only, CUI is also called a command line interface (CLI). This type of interface provides a command prompt to the users. A user can write commands on the command prompt to perform a particular task. DOS and Windows Command Prompt are the two most commonly known character user interfaces.

    Advantages of CUI

    There are certain advantages of CUI:

    ★ It is easy to understand.

    ★ It accepts input and displays output in the form of text.

    ★ It allows users to write commands by typing one or two-line text known as command lines.

    Disadvantages of CUI

    It has a few disadvantages also, which are as follows:

    ★ People find it difficult to remember all the commands.

    ★ It is not user-friendly.

    Graphical User Interface (GUI)

    A Graphical User Interface is a type of interface that provides icons, buttons, pull-down menus and windows to interact with the computer. It replaces the commands that we use in the CUI interface with icons, buttons, and menus. In this interface, a user does not need to remember all the commands. GUI allows us to give commands to the computer simply by clicking with the mouse. Windows and Mac operating systems are examples of a GUI.

    Advantages of GUI

    There are many advantages of GUI over CUI:

    ★ It is easy to use, especially for beginners.

    ★ It is more appealing and attractive as compared to CUI.

    ★ It provides the feature to use multiple applications at the same time.

    ★ It is not necessary to remember the commands to operate this interface.

    ★ It provides remote access to a computer.

    ★ It enables easy exchange of information between software through cut and paste or 'drag and drop' methods.

    ★ It usually provides users with immediate, visual feedback about the effect of each action.

    Disadvantages of GUI

    There are many disadvantages of GUI:

    ★ It takes large amount of hard disk space than CUI.

    ★ It uses more processing power.

    ★ It needs more memory (RAM) to run.

    A comparison between CUI and GUI

    ★ A computer system is a combination of hardware and software.

    ★ Software is a program or collection of programs that performs a task.

    ★ An operating system is a system software that works as a mediator between the user and the computer hardware.

    ★ A character user interface is a medium through which users can interact with a computer by using only text-based commands.

    ★ A graphical user interface (GUI) is a type of interface that provides icons, buttons, pull-down menus, and windows to interact with the computer.

    A. Tick (✓) the correct option.

    What is the

    Enjoying the preview?
    Page 1 of 1