Just download this and do some specific changes in the name section and roll no section . and submit it as it is to your teacher this will surely work and help you out your class 12th board practicals exam . no worries ! ENJOY :) !
This slide provides details about cyber security as following;
what is cyber security or computer security?
why cyber security is important?
what is cyber crime?
cyber security problems,
how to prevent from cyber crime?
global scenario of cyber crime?
organisation in world for cyber security,
top companies in cyber security,
career choice in cyber security,
scope of cyber security.
The document discusses digital marketing and email marketing strategies for lead generation. It defines key concepts like leads, lead generation and types of leads. It then provides details on email automation, different types of marketing emails, and techniques to generate leads through email marketing like content marketing, segmentation, personalization, welcome emails and drip campaigns. The document emphasizes that lead generation is important for business growth and sales. It also lists strategies for effective lead generation using content, SEO, social media, paid ads, referrals and more.
Object Oriented Programming Using C++ Practical FileHarjinder Singh
This document contains a practical file submitted by Jasbir Singh for an Object Oriented Programming course using C++. It includes an acknowledgement page thanking various people for their support and guidance. The document then provides a table of contents listing 53 programs with their page numbers and brief descriptions. The programs demonstrate various C++ concepts like classes, objects, inheritance, polymorphism, operator overloading and more.
Here I discuss about Java programming language and easiest way to solve programming problem. Java basic syntax and their uses are described briefly so that anyone can easily understand within very short time. If anyone follow the slide with proper way,I assure that he or she will find java programming interesting.
Summer Internship Project Report on Digital Marketing for INTERALLAINCE WER...anonymous
Summer internship project report on Summer Internship Project Report on Digital Marketing for INTERALLAINCE WERARDT & Market Survey For New Product Launch: BONN BREAD
This document provides an overview of diabetes mellitus (DM), including the three main types (Type 1, Type 2, and gestational diabetes), signs and symptoms, complications, pathophysiology, oral manifestations, dental management considerations, emergency management, diagnosis, and treatment. DM is caused by either the pancreas not producing enough insulin or cells not responding properly to insulin, resulting in high blood sugar levels. The document compares and contrasts the characteristics of Type 1 and Type 2 DM.
Power Point Presentation on Artificial Intelligence Anushka Ghosh
Its a Power Point Presentation on Artificial Intelligence.I hope you will find this helpful. Thank you.
You can also find out my another PPT on Artificial Intelligence.The link is given below--
https://www.slideshare.net/AnushkaGhosh5/ppt-presentation-on-artificial-intelligence
Anushka Ghosh
The document summarizes key aspects of the Safe Spaces Act, which aims to address gender-based sexual harassment. It defines harassment in public spaces, online, and work/educational settings. Acts considered harassment include catcalling, unwanted comments on appearance, stalking, and distributing intimate photos without consent. Those found guilty face penalties like imprisonment or fines. The law also requires employers and educational institutions to disseminate the law, prevent harassment, and address complaints through committees.
Practical write a c program to reverse a given numberMainak Sasmal
This document contains code snippets for various C programming problems and their solutions. Some of the problems addressed include:
1. Writing programs to reverse a number, check if a number is palindrome, and find the smallest of three numbers.
2. Programs to calculate the sum of a series, find the average of numbers, and count vowels and consonants in a string.
3. Additional examples show how to determine prime numbers, calculate the sum of a squared series, find the largest number in an array, and calculate factorials.
4. Other solutions demonstrate checking if a number is odd or even, determining if a character is a vowel, checking for a leap year, and calculating the highest common
Computer Science Practical Science C++ with SQL commandsVishvjeet Yadav
This document contains a practical record file for programming language C++ and database SQL presented by a student. It includes 46 topics covering various C++ programs like array operations, searching and sorting algorithms, structure implementation, stack and queue implementation using arrays and linked lists. It also covers SQL topics like creating database and tables, inserting and selecting data, using where and order by clauses, updating and deleting records. Each topic is given a page number for easy reference in the index section.
This document contains some programs of C using Data structures, like Stack, LinkedList, queue, Fibonacci series, addition and multiplication of two matrices,etc.
The document provides an overview of rvalue references and move semantics in C++, which allow avoiding unnecessary copying by allowing objects to be moved instead of copied in certain situations. It discusses the differences between lvalues and rvalues, the purpose of rvalue references, how move semantics and std::move work, and briefly covers forwarding references and perfect forwarding. The objective is to leave the reader with a high-level understanding of these C++11 features rather than detailed specifics.
This document discusses Java input/output (IO) streams and serialization. It covers reading and writing text and binary files using classes like FileReader, FileWriter, ObjectInputStream and ObjectOutputStream. It also discusses reading from the keyboard, reading file attributes, serialization which converts an object to bytes, deserialization which converts bytes to an object, and using the Externalizable interface to customize serialization. The goal is to provide an overview of performing IO operations and serialization in Java.
The document discusses various string handling, mathematical, and random number generation functions available in C++ library. It provides examples of functions like strlen(), strcpy(), strcmp(), sqrt(), pow(), randomize(), random(). It also provides programs to demonstrate the use of these functions for tasks like checking palindromes, searching strings, toggling case, generating random numbers in a given range.
This program allows a user to collect personal, educational, and professional information from a candidate to automatically generate a resume in rich text format (RTF). The program includes controls to dynamically add additional educational courses and work experiences. It collects information such as name, date of birth, address, education history, work experience, skills and generates an RTF resume file with the collected information.
The document contains the code for a menu driven C++ program that performs various operations on matrices such as calculating row and column sums, finding the transpose, and checking if two matrices are equal. It defines functions to perform these operations and contains a main function that inputs the matrices, displays a menu, and calls the appropriate functions based on the user's selection.
For loops allow code to be repeatedly executed until a condition is met. They include initialization, condition, and update statements. While and do-while loops also repeatedly execute code until a condition is met, but check the condition at the start or end of each iteration respectively. Loops are useful for tasks like adding numbers in a range or populating data structures to avoid repetitive code.
Programs are complete in best of my knowledge with zero compilation error in IDE Bloodshed Dev-C++. These can be easily portable to any versions of Visual Studio or Qt. If you need any guidance please let me know via comments and Always Enjoy Programming.
This document discusses enumerations in C#. It explains that an enumeration allows assigning names to integer values, with values defaulting to 0, 1, 2, etc. It provides an example enumeration for shapes and uses it in a program to calculate areas. The document also covers initializing enum values to specific integers, the default integer base type, and type conversions between enums and their base type.
There are two types of exceptions in Java: built-in exceptions and user-defined exceptions. Built-in exceptions are available in Java libraries and cover common error situations, while user-defined exceptions involve creating a new exception class that extends the Exception class and throwing it with the throw keyword to handle custom error situations in code. The example shows creating an InvalidAgeException class, throwing it from a validate method if age is less than 18, and catching it to print an error message.
This document discusses SQL and database connectivity using Python. It covers SQL statements like SELECT, INSERT, UPDATE, DELETE. It describes database tables like orders and parts with sample data. It also explains how to connect to databases using Python DB-API modules, execute queries, retrieve and manipulate result sets. Key methods like cursor.execute, fetchall are demonstrated along with transaction handling.
1. The document provides a lab manual for computer networks and operating systems labs containing 8 programs to implement various networking and security algorithms.
2. The programs include implementing data link layer framing methods, CRC polynomials, Dijkstra's shortest path algorithm, distance vector routing, DES encryption, breaking the DES code, and RSA encryption/decryption.
3. The document contains instructions for 8 programs to implement computer network and security algorithms as part of a lab course covering topics like data link layer, routing, encryption, and public key cryptography.
The document discusses generics in C#, explaining that generics allow defining type-safe data structures without committing to actual data types, improving performance and code quality. It covers why generics are required by discussing issues with non-generic stacks, and describes generic type parameters, constraints, methods, delegates and event handling using generics.
**** Java Certification Training: https://www.edureka.co/java-j2ee-soa-training ****
This Edureka tutorial on “Arrays in Java” will talk about one of the pillars of Java fundamentals i.e Arrays. It will also take you through the various types of arrays in Java and how they are used to achieve various functionalities. Through this tutorial, you will learn the following topics:
1. Arrays in Java
2. Types of Arrays
3. Working with Arrays
4. Sorting in Arrays
5. Searching in Arrays
Check out our Java Tutorial blog series: https://goo.gl/osrGrS
Check out our complete Youtube playlist here: https://goo.gl/gMFLx3
Follow us to never miss an update in the future.
Instagram: https://www.instagram.com/edureka_learning/
Facebook: https://www.facebook.com/edurekaIN/
Twitter: https://twitter.com/edurekain
LinkedIn: https://www.linkedin.com/company/edureka
Welcome to presentation on Spring boot which is really great and relatively a new project from Spring.io. Its aim is to simplify creating new spring framework based projects and unify their configurations by applying some conventions. This convention over configuration is already successfully applied in so called modern web based frameworks like Grails, Django, Play framework, Rails etc.
Programming is hard. Programming correct C and C++ is particularly hard. Indeed, both in C and certainly in C++, it is uncommon to see a screenful containing only well defined and conforming code.Why do professional programmers write code like this? Because most programmers do not have a deep understanding of the language they are using.While they sometimes know that certain things are undefined or unspecified, they often do not know why it is so. In these slides we will study small code snippets in C and C++, and use them to discuss the fundamental building blocks, limitations and underlying design philosophies of these wonderful but dangerous programming languages.
This content has a CC license. Feel free to use it for whatever you want. You may download the original PDF file from: http://www.pvv.org/~oma/DeepC_slides_oct2012.pdf
The document discusses Java's primitive data types including their ranges and literal constants. It covers char, boolean, byte, short, int, long, float, and double data types. It also discusses variables, symbolic constants, and arithmetic operators.
The document contains the certification for a student named UTTAMGUPTA who completed a research project under the guidance of their teacher Mr. Amit Dutta. It also includes thanks from the student to their teacher and family for their support and assistance. The remainder of the document lists 20 questions related to programming concepts and tasks for the student to complete as part of their project.
The document provides code examples to generate different patterns using loops in C++. It includes code to:
1. Generate patterns like A B C D E F G, A B C E F G, A B F G, A G using nested for loops.
2. Generate patterns like 1, 1 2, 1 2 3 using nested for loops.
3. Generate patterns like *, * *, * * * using for loops and whitespace formatting.
4. Generate patterns like 1, 121, 1331, 14641 using pow() function.
It also includes code for a class to generate different patterns based on user input, code to display numbers in octal, decimal and hexadecimal format,
Practical write a c program to reverse a given numberMainak Sasmal
This document contains code snippets for various C programming problems and their solutions. Some of the problems addressed include:
1. Writing programs to reverse a number, check if a number is palindrome, and find the smallest of three numbers.
2. Programs to calculate the sum of a series, find the average of numbers, and count vowels and consonants in a string.
3. Additional examples show how to determine prime numbers, calculate the sum of a squared series, find the largest number in an array, and calculate factorials.
4. Other solutions demonstrate checking if a number is odd or even, determining if a character is a vowel, checking for a leap year, and calculating the highest common
Computer Science Practical Science C++ with SQL commandsVishvjeet Yadav
This document contains a practical record file for programming language C++ and database SQL presented by a student. It includes 46 topics covering various C++ programs like array operations, searching and sorting algorithms, structure implementation, stack and queue implementation using arrays and linked lists. It also covers SQL topics like creating database and tables, inserting and selecting data, using where and order by clauses, updating and deleting records. Each topic is given a page number for easy reference in the index section.
This document contains some programs of C using Data structures, like Stack, LinkedList, queue, Fibonacci series, addition and multiplication of two matrices,etc.
The document provides an overview of rvalue references and move semantics in C++, which allow avoiding unnecessary copying by allowing objects to be moved instead of copied in certain situations. It discusses the differences between lvalues and rvalues, the purpose of rvalue references, how move semantics and std::move work, and briefly covers forwarding references and perfect forwarding. The objective is to leave the reader with a high-level understanding of these C++11 features rather than detailed specifics.
This document discusses Java input/output (IO) streams and serialization. It covers reading and writing text and binary files using classes like FileReader, FileWriter, ObjectInputStream and ObjectOutputStream. It also discusses reading from the keyboard, reading file attributes, serialization which converts an object to bytes, deserialization which converts bytes to an object, and using the Externalizable interface to customize serialization. The goal is to provide an overview of performing IO operations and serialization in Java.
The document discusses various string handling, mathematical, and random number generation functions available in C++ library. It provides examples of functions like strlen(), strcpy(), strcmp(), sqrt(), pow(), randomize(), random(). It also provides programs to demonstrate the use of these functions for tasks like checking palindromes, searching strings, toggling case, generating random numbers in a given range.
This program allows a user to collect personal, educational, and professional information from a candidate to automatically generate a resume in rich text format (RTF). The program includes controls to dynamically add additional educational courses and work experiences. It collects information such as name, date of birth, address, education history, work experience, skills and generates an RTF resume file with the collected information.
The document contains the code for a menu driven C++ program that performs various operations on matrices such as calculating row and column sums, finding the transpose, and checking if two matrices are equal. It defines functions to perform these operations and contains a main function that inputs the matrices, displays a menu, and calls the appropriate functions based on the user's selection.
For loops allow code to be repeatedly executed until a condition is met. They include initialization, condition, and update statements. While and do-while loops also repeatedly execute code until a condition is met, but check the condition at the start or end of each iteration respectively. Loops are useful for tasks like adding numbers in a range or populating data structures to avoid repetitive code.
Programs are complete in best of my knowledge with zero compilation error in IDE Bloodshed Dev-C++. These can be easily portable to any versions of Visual Studio or Qt. If you need any guidance please let me know via comments and Always Enjoy Programming.
This document discusses enumerations in C#. It explains that an enumeration allows assigning names to integer values, with values defaulting to 0, 1, 2, etc. It provides an example enumeration for shapes and uses it in a program to calculate areas. The document also covers initializing enum values to specific integers, the default integer base type, and type conversions between enums and their base type.
There are two types of exceptions in Java: built-in exceptions and user-defined exceptions. Built-in exceptions are available in Java libraries and cover common error situations, while user-defined exceptions involve creating a new exception class that extends the Exception class and throwing it with the throw keyword to handle custom error situations in code. The example shows creating an InvalidAgeException class, throwing it from a validate method if age is less than 18, and catching it to print an error message.
This document discusses SQL and database connectivity using Python. It covers SQL statements like SELECT, INSERT, UPDATE, DELETE. It describes database tables like orders and parts with sample data. It also explains how to connect to databases using Python DB-API modules, execute queries, retrieve and manipulate result sets. Key methods like cursor.execute, fetchall are demonstrated along with transaction handling.
1. The document provides a lab manual for computer networks and operating systems labs containing 8 programs to implement various networking and security algorithms.
2. The programs include implementing data link layer framing methods, CRC polynomials, Dijkstra's shortest path algorithm, distance vector routing, DES encryption, breaking the DES code, and RSA encryption/decryption.
3. The document contains instructions for 8 programs to implement computer network and security algorithms as part of a lab course covering topics like data link layer, routing, encryption, and public key cryptography.
The document discusses generics in C#, explaining that generics allow defining type-safe data structures without committing to actual data types, improving performance and code quality. It covers why generics are required by discussing issues with non-generic stacks, and describes generic type parameters, constraints, methods, delegates and event handling using generics.
**** Java Certification Training: https://www.edureka.co/java-j2ee-soa-training ****
This Edureka tutorial on “Arrays in Java” will talk about one of the pillars of Java fundamentals i.e Arrays. It will also take you through the various types of arrays in Java and how they are used to achieve various functionalities. Through this tutorial, you will learn the following topics:
1. Arrays in Java
2. Types of Arrays
3. Working with Arrays
4. Sorting in Arrays
5. Searching in Arrays
Check out our Java Tutorial blog series: https://goo.gl/osrGrS
Check out our complete Youtube playlist here: https://goo.gl/gMFLx3
Follow us to never miss an update in the future.
Instagram: https://www.instagram.com/edureka_learning/
Facebook: https://www.facebook.com/edurekaIN/
Twitter: https://twitter.com/edurekain
LinkedIn: https://www.linkedin.com/company/edureka
Welcome to presentation on Spring boot which is really great and relatively a new project from Spring.io. Its aim is to simplify creating new spring framework based projects and unify their configurations by applying some conventions. This convention over configuration is already successfully applied in so called modern web based frameworks like Grails, Django, Play framework, Rails etc.
Programming is hard. Programming correct C and C++ is particularly hard. Indeed, both in C and certainly in C++, it is uncommon to see a screenful containing only well defined and conforming code.Why do professional programmers write code like this? Because most programmers do not have a deep understanding of the language they are using.While they sometimes know that certain things are undefined or unspecified, they often do not know why it is so. In these slides we will study small code snippets in C and C++, and use them to discuss the fundamental building blocks, limitations and underlying design philosophies of these wonderful but dangerous programming languages.
This content has a CC license. Feel free to use it for whatever you want. You may download the original PDF file from: http://www.pvv.org/~oma/DeepC_slides_oct2012.pdf
The document discusses Java's primitive data types including their ranges and literal constants. It covers char, boolean, byte, short, int, long, float, and double data types. It also discusses variables, symbolic constants, and arithmetic operators.
The document contains the certification for a student named UTTAMGUPTA who completed a research project under the guidance of their teacher Mr. Amit Dutta. It also includes thanks from the student to their teacher and family for their support and assistance. The remainder of the document lists 20 questions related to programming concepts and tasks for the student to complete as part of their project.
The document provides code examples to generate different patterns using loops in C++. It includes code to:
1. Generate patterns like A B C D E F G, A B C E F G, A B F G, A G using nested for loops.
2. Generate patterns like 1, 1 2, 1 2 3 using nested for loops.
3. Generate patterns like *, * *, * * * using for loops and whitespace formatting.
4. Generate patterns like 1, 121, 1331, 14641 using pow() function.
It also includes code for a class to generate different patterns based on user input, code to display numbers in octal, decimal and hexadecimal format,
The document contains a C++ code snippet that defines a class called TOYS. It has data members like ToyCode, ToyName, and AgeRange. It also has member functions like Enter() to input details, Display() to output details, and WhatAge() to return the AgeRange. The question asks to write a function to read TOYS objects from a binary file called TOYS.DAT and display details of toys meant for children aged "5 to 8".
This document appears to be a student project report submitted to a secondary school. It includes an acknowledgements section thanking guidance received. It also includes a certificate section signed by a computer science faculty member. The bulk of the document is an index listing 25 C++ programs with brief descriptions and signatures. The programs cover topics like arrays, sorting, functions, classes, pointers and file handling. In total, this report submitted a series of C++ programs to fulfill a school programming assignment.
This document provides instructions for 5 programming assignments involving arrays and structures in C programming. The assignments include: 1) Computing frequencies of numbers in an array, 2) Displaying Pascal's triangle using one array, 3) Printing a pattern of letters, 4) Defining a structure to store data of up to 450 students, and 5) Defining a structure to store data of up to 200 bank customers. The document provides sample code and explanations for each assignment.
The document contains 27 code examples that demonstrate various programming concepts in C++, including:
1. Printing numeric patterns using nested for loops.
2. Finding the largest number among 3 inputs using if/else statements and functions.
3. Calculating factorials, prime numbers, Fibonacci sequences and number tables using for loops.
4. Checking if a number is even/odd using if/else.
5. Illustrating the use of classes to store student data like roll numbers and marks in multiple subjects.
6. Defining functions both inside and outside classes to get/set data member values.
The code snippets cover basic programming constructs like loops, functions, classes,
The document contains 14 questions related to C++ functions for arrays and 2D arrays. The questions cover topics like shifting array elements, finding extra elements in arrays, arranging positive and negative numbers, calculating row and column sums of 2D arrays, displaying diagonals and products of rows for 2D arrays, and swapping rows of a 2D array. Functions with appropriate parameters and logic are provided as answers to implement the described tasks.
The document discusses C++ programs involving classes and objects. It includes the definition of classes such as Applicant, Housing, Tour, Account and subclasses Current and Savings. The Applicant class stores applicant details and grades, Housing stores housing property data, Tour calculates tour fares, and Account is the base class for banking accounts with subclasses Current and Savings that inherit and expand its functionality. Member functions are defined to input, output and manipulate object data for these classes.
This document contains the details of a programming project submitted by a student of class 12. It includes an acknowledgement section thanking the computer science teacher for guidance. It also includes a certificate signed by the teacher certifying that the student completed the project. The document then lists 23 programming problems/exercises addressed by the student with descriptions and signatures. It appears to be the final report submitted by the student for a programming assignment.
The document contains examples demonstrating various object-oriented programming concepts in C++ including constructors, destructors, inheritance, polymorphism, operator overloading, templates, and more. Each example includes the code for a concept, the output of running the code, and a brief description.
a) In the code, board is initialized by reading an input file. But y.pdfanuradhasilks
The document contains code for a checker game board implementation including classes for squares and the board. It defines enums for square colors and chip ranks. Square and Board classes are defined to represent individual squares and the full board. Functions are included to initialize and print the board, read a board state from a file, and make and validate moves. However, key functions for checking and executing moves are only outlined as needing implementation. The input file format is also not specified.
The document contains code snippets demonstrating various Java programming concepts:
1. It includes code examples to demonstrate bitwise operators, arithmetic operators, conditional operators, constructor overloading, and method overloading in Java.
2. Further code examples showcase prefix/postfix increment/decrement operators, relational operators, the super keyword, and pattern printing in Java.
3. The document also contains code for applets demonstrating buttons, checkboxes, choice lists, labels, lists, banner movement, graphics, and text fields.
4. Additional code shows examples of multithreading, the Scanner class, and text fields and buttons in Swing.
The document provides a collection of code snippets that implement different
The document contains code snippets and questions related to C programming. It includes questions on functions to check birthdays, find syntax errors, count odd divisor numbers, check if a number is prime, swap bits, calculate array sums, find maximum of 3 numbers, rotate linked lists, calculate unlocking keys from locking keys, and insert strings into ternary search trees. Solutions to the questions are also provided as code snippets.
It is an attempt to make the students of IT understand the basics of programming in C in a simple and easy way. Send your feedback for rectification/further development.
The document summarizes new features in C# 4.0 including optional and named parameters, dynamic typing, tuples, complex numbers, parallel programming, and thread-safe data structures. It also mentions code contracts, memory-mapped files, and the Managed Extensibility Framework.
Here is a program to calculate the area of a ring using functions:
#include <iostream>
using namespace std;
// Function to calculate area of ring
double areaOfRing(double innerRadius, double outerRadius) {
return (M_PI * (outerRadius * outerRadius - innerRadius * innerRadius));
}
int main() {
double innerRadius, outerRadius;
// Get input from user
cout << "Enter inner radius of ring: ";
cin >> innerRadius;
cout << "Enter outer radius of ring: ";
cin >> outerRadius;
// Call function to calculate area
double area = areaOfRing(innerRadius, outerRadius);
//
Exploring Substances:
Acidic, Basic, and
Neutral
Welcome to the fascinating world of acids and bases! Join siblings Ashwin and
Keerthi as they explore the colorful world of substances at their school's
National Science Day fair. Their adventure begins with a mysterious white paper
that reveals hidden messages when sprayed with a special liquid.
In this presentation, we'll discover how different substances can be classified as
acidic, basic, or neutral. We'll explore natural indicators like litmus, red rose
extract, and turmeric that help us identify these substances through color
changes. We'll also learn about neutralization reactions and their applications in
our daily lives.
by sandeep swamy
*Metamorphosis* is a biological process where an animal undergoes a dramatic transformation from a juvenile or larval stage to a adult stage, often involving significant changes in form and structure. This process is commonly seen in insects, amphibians, and some other animals.
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...Celine George
Analytic accounts are used to track and manage financial transactions related to specific projects, departments, or business units. They provide detailed insights into costs and revenues at a granular level, independent of the main accounting system. This helps to better understand profitability, performance, and resource allocation, making it easier to make informed financial decisions and strategic planning.
Odoo Inventory Rules and Routes v17 - Odoo SlidesCeline George
Odoo's inventory management system is highly flexible and powerful, allowing businesses to efficiently manage their stock operations through the use of Rules and Routes.
How to manage Multiple Warehouses for multiple floors in odoo point of saleCeline George
The need for multiple warehouses and effective inventory management is crucial for companies aiming to optimize their operations, enhance customer satisfaction, and maintain a competitive edge.
How to Subscribe Newsletter From Odoo 18 WebsiteCeline George
Newsletter is a powerful tool that effectively manage the email marketing . It allows us to send professional looking HTML formatted emails. Under the Mailing Lists in Email Marketing we can find all the Newsletter.
The ever evoilving world of science /7th class science curiosity /samyans aca...Sandeep Swamy
The Ever-Evolving World of
Science
Welcome to Grade 7 Science4not just a textbook with facts, but an invitation to
question, experiment, and explore the beautiful world we live in. From tiny cells
inside a leaf to the movement of celestial bodies, from household materials to
underground water flows, this journey will challenge your thinking and expand
your knowledge.
Notice something special about this book? The page numbers follow the playful
flight of a butterfly and a soaring paper plane! Just as these objects take flight,
learning soars when curiosity leads the way. Simple observations, like paper
planes, have inspired scientific explorations throughout history.
pulse ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulsesushreesangita003
what is pulse ?
Purpose
physiology and Regulation of pulse
Characteristics of pulse
factors affecting pulse
Sites of pulse
Alteration of pulse
for BSC Nursing 1st semester
for Gnm Nursing 1st year
Students .
vitalsign
How to Set warnings for invoicing specific customers in odooCeline George
Odoo 16 offers a powerful platform for managing sales documents and invoicing efficiently. One of its standout features is the ability to set warnings and block messages for specific customers during the invoicing process.
2. INDEX
Q1.Enter name , age and salary and display it by using outside
the class member .
Q2. Program which gives the squares of all the odd numbers
stored in an array .
Q3.Program to store numbers in an array and allow user to
enter any number which he/she wants to find in array .(Binary
Search)
Q4.Program for copy constructor .
Q5.Enter numbers in an array in any order and it will give the
output of numbers in ascending order .
Q6. Enter any number from 2 digit to 5 digit and the output
will be the sum of all the distinguish digits of the numbers .
Q7.Enter rows and columns and the output will be the sum of
the diagonals .
Q8. Enter item no. , price and quantity in a class .
Q9.Enter any line or character in a file and press * to exit the
program .
Q10. Program will read the words which starts from vowels
stored in a file .
Q11. Enter employee no , name , age , salary and store it in a
file.
3. Q12. Deleting the information of employee by entering the
employee number .
Q13. Enter any number and its power and the output will the
power of the number .
Q14. Enter 3 strings and the output will show the longest
string and the shortest string .
Q.15 Enter any number and the output will be all the prime
numbers up to that number .
Q16. Selection sort
Q17. Using loop concept the program will give the output of
numbers making a right triangle .
Q18. Program for Stacks and Queue .
Q.19Enter two arrays and the output will be the merge of two
arrays .
Q20. Sequence sort .
Q.SQL QUERIES AND OUTPUT .
Q1.Enter name , age and salary and display it by using outside
the class member .
#include<iostream.h>
#include<conio.h>
class abc
4. {
//private:
char n[20];
int a;
float sal;
public:
void getdata(void)
{
cout<<"nEnter name ";
cin>>n;
cout<<"nEnter age ";
cin>>a;
cout<<"nEnter salary ";
cin>>sal;
}
void putdata(void)
{
cout<<"nnNAME IS "<<n;
cout<<"nAGE IS "<<a;
cout<<"nSALARY IS "<<sal;
}
};
main()
{
abc p;
clrscr();
p.getdata();
p.putdata();
getch();
}
6. Q2. Program which gives the squares of all the odd numbers
stored in an array .
#include<iostream.h>
#include<conio.h>
main()
{
int a[20],i,x;
clrscr();
cout<<"nEnter no of elements ";
cin>>x;
for(i=0;i<x;i++)
{
cout<<"nEnter no ";
cin>>a[i];
}
cout<<"nnArr1: ";
for(i=0;i<x;i++)
cout<<" "<<a[i];
cout<<"nnArr1: ";
for(i=0;i<x;i++)
{
if(a[i]%2==1)
a[i]=a[i]*a[i];
cout<<" "<<a[i];
}
getch();
}
8. Q3.Program to store numbers in an array and allow user to
enter any number which he/she wants to find in array .(Binary
Search)
#include<iostream.h>
#include<conio.h>
main()
{
int a[20],n,i,no,low=0,high,mid,f=0;
clrscr();
cout<<"nEnter no of elements ";
cin>>n;
for(i=0;i<n;i++)
{
cout<<"nEnter no ";
cin>>a[i];
}
cout<<"nn";
for(i=0;i<n;i++)
cout<<" "<<a[i];
cout<<"nEnter no to be search ";
cin>>no;
high=n-1;
while(low<=high && f==0)
{
mid=(low+high)/2;
if(a[mid]==no)
{
cout<<"nn"<<no<<" store at "<<mid+1;
f=1;
break;
}
else if(no>a[mid])
low=mid+1;
else
high=mid-1;
}
if(f==0)
cout<<"nn"<<no<<" does not exist";
getch();
}
13. Q6. Enter any number from 2 digit to 5 digit and the output
will be the sum of all the distinguish digits of the numbers .
#include<iostream.h>
#include<conio.h>
14. main()
{
int a=0,b=0,c;
clrscr();
cout<<"nEnter value for A ";
cin>>a;
while(a>0) // for(;a>0;) or for(i=a;i>0;i=i/10)
{
c=a%10;
b=b+c;
a=a/10;
}
cout<<"nSum of digits "<<b;
getch();
}
OUTPUT
Q7.Enter rows and columns and the output will be the sum of
the diagonals .
#include<iostream.h>
#include<conio.h>
main()
{
15. int a[10][10],i,j,r,c;
clrscr();
cout<<"nEnter no of rows ";
cin>>r;
cout<<"nEnter no of Col ";
cin>>c;
for(i=0;i<r;i++)
for(j=0;j<c;j++)
{
cout<<"nEnter no ";
cin>>a[i][j];
}
int sum=0,sum1=0;
for(i=0;i<r;i++)
{
cout<<"n";
for(j=0;j<c;j++)
{
cout<<" "<<a[i][j];
/// if(i==j) //&& a[i][j]>0)
// cout<<a[i][j];
// else
// cout<<" ";
//sum=sum+a[i][j];
/* if(i+j==r-1)// && a[i][j]>0)
cout<<a[i][j];
else
cout<<" "; */
if(i==j)
sum1=sum1+a[i][j];
}
}
for(i=0;i<r;i++)
{
cout<<"n";
for(j=0;j<c;j++)
{
// cout<<" "<<a[i][j];
/* if(i==j) //&& a[i][j]>0)
cout<<a[i][j];
else
cout<<" ";*/
//sum=sum+a[i][j];
if(i+j==r-1)// && a[i][j]>0)
16. // cout<<a[i][j];
// else
// cout<<" ";
sum=sum+a[i][j];
}
}
cout<<"nnFirst diagonal sum "<<sum1;
cout<<"nnSecond diagonal sum "<<sum;
getch();
}
OUTPUT
Q8. Enter item no. , price and quantity in a class .
#include<iostream.h>
#include<conio.h>
class dd
{
28. OUTPUT
Q13. Enter any number and its power and the output will the
power of the number .
#include<iostream.h>
29. #include<conio.h>
#include<math.h>
#define CUBE(a,b) pow(a,b)
//a>b?a:b
main()
{
int x,y,z;
clrscr();
cout<<"nEnter base value ";
cin>>x;
cout<<"nEnter power ";
cin>>y;
z=CUBE(x,y);
cout<<"n"<<z;
getch();
}
OUTPUT
Q14. Enter 3 strings and the output will show the longest
string and the shortest string .
#include<iostream.h>
#include<conio.h>
#include<string.h>
40. # include <iostream.h>
# include <conio.h>
main()
{
int arr1[100],arr2[100],arr3[100],c,i=0,j=0,k=0,size1,size2;
clrscr();
cout<<"n enter no of element of arr1 ";
cin>>size1;
for (i=0;i<size1;i++)
{
cout<<"n enter no. ";
cin>>arr1[i];
}
cout<<"n enter no of element of arr2 ";
cin>>size2;
for (i=0;i<size2;i++)
{
cout<<"n enter no. ";
cin>>arr2[i];
}
cout<<"n arr1 ";
for (i=0;i<size1;i++)
cout<<" "<<arr1[i];
cout<<"n arr2 ";
for (i=0;i<size2;i++)
cout<<" "<<arr2[i];
i=0;j=0;k=0;
while (i<size1 && j<size2)
{
if (arr1[i]<arr2[j])
arr3[k++]=arr1[i++];
else if (arr2[j]<arr1[i])
arr3[k++]=arr2[j++];
else
i++;
}
while (i<size1)
arr3[k++]=arr1[i++];
while (j<size2)
arr3[k++]=arr2[j++];
45. Ques 2. mysql> select ename ,sal,dept_no from empl where
commission is not null;
Ques 3. mysql> select * from empl where sal between
1000 and 2500;
46. Ques 4. mysql> select ename from empl where ename like
‘a%’ ;
Ques 5 . mysql> select concat (ename,dept_no)as “name
dept” from empl;
48. Ques 8 . mysql> select substr(job,1,5) from empl where
empno=8888 or empno=8900;
Ques 9 . mysql> select job,instr (job,’le’)as “le in ename”
from empl;
49. Ques 10 . mysql> select ename, length (ename)as “name
length” from empl where empno <=8888 ;