Afaq Ahmad Khan

Multimedia CBSE Class 9 and 10

Multimedia Multimedia refers to the combination of different media elements such as text, audio, video, images, animations, and interactive content to convey information or entertain the audience. Multimedia can be accessed through various electronic devices such as computers, smartphones, tablets, and televisions. The term “multimedia” is often used to describe interactive or immersive media experiences, […]

Computer networking CBSE Class 9 and 10

Computer networking: Computer networking is the practice of connecting multiple devices, such as computers, servers, routers, switches, and other hardware components, to enable the exchange of information and resources between them. It is the process of creating and managing a network of interconnected devices, using specialized hardware and software tools to facilitate communication and data […]

Types of software CBSE Class 9 and 10

Software Software refers to the programs, applications, and other types of digital tools that are designed to perform specific tasks or functions on electronic devices such as computers, smartphones, tablets, and other digital devices. It includes the instructions, data, and code that enable these devices to perform various functions such as processing data, displaying information, […]

I/O devices CBSE Class 9 and 10

I/O devices: keyboard, mouse, monitor, printer, scanner, web camera

Storage devices CBSE Class 9 and 10

Storage devices: hard disk, CD ROM, DVD, pen/flash drive, memory stick

Memory CBSE Class 9 and 10

Memory: primary (RAM and ROM) and secondary memory

Computer Systems – CBSE Class 9 and 10

Computer Systems: components of a computer system – CPU, memory, storage devices and I/O devices

Computer Systems – CBSE Class 9 and 10

Computer Systems: characteristics of a computer, components of a computer

Merge String Characters Program in Java

Define a class to accept two strings of same length and form a new word in such a way that, the first character of the first word is followed by the first character of the second word and so on. [10] Example: Input string 1-BALL Input String 2- WORD OUTPUT: BWAOLRLD import java.util.Scanner; public class […]

Name with A Program in Java

Define a class to declare an array to accept and store ten words. Display only those words which begin with the letter ‘A’ or ‘a’ and also end with the letter ‘A’ or ‘a’ [10] EXAMPLE Input: Hari, Anita. Akash, Amrita, Alina, Devi, Rishab, Jolin, Farha, AMITHA Output: Anita Amrita Alina AMITHA Farha import java.util.Scanner; […]

1 2 3 35