Introduction to AI Class 10 Notes Important for Exams

Introduction to AI Class 10 Notes What is Intelligence? It is the ability to understand and adjust to the environment using own abilities and knowledge. Why Humans are developing machines? Humans have been developing machines to make their lives easier. Machines are made with an intent of accomplishing tasks which are either too tedious for … Read more

70+ Natural Language Processing AI-417 Class 10 Important MCQ

Natural Language Processing Q1. NLP stands for __________ a. New Language Processing b. Number Language Processing c. Natural Language Processing d. Neural Language Processing Q2. Which of the following is not the domain of Artificial Intelligence? a. Data Science b. Computer Vision c. NLP d. Data Vision Q3. Which of the following domain work around … Read more

Python Program to Add Two Numbers #4

Python Program to Add Two Numbers In this program, students will understand the code of Python which will accept two numbers from the user and add them. To understand the Python Program to Add Two Numbers, students should have basic knowledge of input( ) function and print( ) function. Once the students understand the concept … Read more

Chapter 1 Introduction to AI class 10 MCQ Important for Exam

Introduction to AI class 10 MCQ Q1. Humans are developing machines to make their life _____ a. Complicated b. Difficult c. Easier d. Slow Q2. Humans are working hard to create machines with an intent of accomplishing tasks which are _________ a. Too tedious for humans b. Time consuming c. Both of the above d. … Read more

Print Hello World in Python Practice Program #3

Print Hello World in Python This Program “Print Hello World in Python” is a very basic program. It is basically used to demonstrate the print() function of Python. This program shows that how can we print a string in Python. What is print() function in Python? print() function is an inbuilt function in python. This … Read more

Best CS Sample Paper Class 12 Term 2

CS Sample Paper Class 12 Term 2 Sample Paper Class 12 Term 2 COMPUTER SCIENCE (Code: 083) Maximum Marks: 35 Time: 2 hours General Instructions The question paper is divided into 3 sections – A, B and C Section A, consists of 7 questions (1-7). Each question carries 2 marks. Section B, consists of 3 … Read more

Even Odd Program in Python using Function #2

Even Odd Program in Python using Function Even Numbers : Those numbers which are completely divisible by 2 are called even numbers. for example : 2, 4, 6, 8 are even numbers. When we divide 242 by 2, it returns remainder ZERO which shows that 242 is an even number. Odd Numbers : Those numbers … Read more

Python File Handling Programs Important for Class 12

Python File Handling Programs 1. Text – File Programs 2. Binary – File Programs 3. CSV – File Programs (Coming Soon) Python File Handling Programs-Text File Q1. Write a program in python to replace all word “the” by another word “them” in a file “poem.txt”. Q2. Write a program in python to replace a character … Read more

error: Content is protected !!