UrbanPro
true

Learn Advanced Placement Tests Coaching from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

Learn Computer Science with Free Lessons & Tips

Ask a Question

Post a Lesson

All

All

Lessons

Discussion

Answered on 18 Jan Learn Computer Science

Chandrabhan Vithal Zarekar

Yoga tutor at home teaching since 20years

The full form of GIGO is Garbage in Garbage out.The idea behind is that in any system the quality of output is determined by quality of the input.
Answers 2 Comments
Dislike Bookmark

Asked on 03/05/2022 Learn Computer Science

void main ( ){int a ;int *p;P=a;*P=10;P++;*P=20;P=&a;*P=30for (int i=0; i<3; i++)cout <<a... read more

void main ( )
{
int a [4];
int *p;
P=a;
*P=10;
P++;
*P=20;
P=&a[2];
*P=30
for (int i=0; i<3; i++)
cout <<a[i] <<" , " ,

Write output

read less

Answer

Answered on 14/06/2021 Learn Computer Science

Rahul

Certified for Assistant Professor with 10 months of experience in IT Industry.

The processor also called a central processing unit (CPU). There are mainly three components of CPU : Control Unit Arithmetic Logic Unit (ALU) Registers The main work of the processor is to process the instruction given to it and produce the final result as output. All CPUs have an instruction set... read more

The processor also called a central processing unit (CPU).

There are mainly three components of CPU :

  1. Control Unit
  2. Arithmetic Logic Unit (ALU)
  3. Registers

The main work of the processor is to process the instruction given to it and produce the final result as output.

All CPUs have an instruction set containing the list of actions that the processor performs, such as adding two numbers, and on these instructions, ALU performs calculations and comparisons. Control unit coordinates among processors other components; the control unit does all the fetching work from memory. E.g. the control unit could direct ALU to perform an addition operation and multiply it with the third number. However, CPUs have a limited amount of high-speed memory called REGISTERS upon which ALU acts directly rather than having a control unit to fetch instructions from the main memory.

read less
Answers 1 Comments
Dislike Bookmark

Learn Advanced Placement Tests Coaching from the Best Tutors

  • Affordable fees
  • Flexible Timings
  • Choose between 1-1 and Group class
  • Verified Tutors

Answered on 18/02/2020 Learn Computer Science

Surya Pratap

Stay Fit & Healthy With Surya Pratap

Akhile,Coding and PowerBI are two different skills. Both have different outcomes. No need to learn coding to learn PowerBI. Think of you long term goals and if you think that learning PowerBi fits into those, then go for it. Becoming an expert is going to be valuable in the long run. Else you have multiple... read more

Akhile,Coding and PowerBI are two different skills. Both have different outcomes. No need to learn coding to learn PowerBI. Think of you long term goals and if you think that learning PowerBi fits into those, then go for it. Becoming an expert is going to be valuable in the long run. Else you have multiple options

read less
Answers 2 Comments
Dislike Bookmark

Answered on 11/03/2020 Learn Computer Science +1 Excel VBA & Macro Training

Charlie

AutoCorrect is a Microsoft tool that helps us detect and correct typos, wrong spellings and case sensitive words in Microsoft Word. You can customise it according to your needs when you're exporting or importing from or to another computer. There are two ways by which you can export or import AutoCorrect... read more

AutoCorrect is a Microsoft tool that helps us detect and correct typos, wrong spellings and case sensitive words in Microsoft Word. You can customise it according to your needs when you're exporting or importing from or to another computer.

There are two ways by which you can export or import AutoCorrect from one computer to another: One is manually, and the other is by using Kutools for Word. For manually importing and exporting the files, you have to follow the steps:

- copy the Normal. dotm file on your computer to a destination the network can access.

- C:\Documents and Settings\username\Application Data\Microsoft\Templates locate his file on your destination computer, on which you want the data to be stored. To have a backup of the file, rename it to Normal.bak

- Close all the Microsoft applications and copy the Normal. dotm file and paste it in C:\Documents and Settings\username\Application Data\Microsoft\Templates on the destination computer. 

The procedure is much simpler using the Kutools  tool:

- Click Enterprise > Import / Export > AutoCorrect to export the AutoCorrect entries

- Select whatever you want to export and export it to files of the intermediate location, which is accessed by the destination computer.

- Then your AutoCorrect files will be exported to a specific folder. 

 

read less
Answers 1 Comments
Dislike Bookmark

Answered on 03/06/2017 Learn Computer Science +1 Advanced Placement Tests Coaching

Anubhav Saxena

English Speaking trainer

A dry cell contains some internal resistance which starts to corrode the cell content and there occurs a voltage drop or reduction through if the cell is not in used. so, after a long time the continuous corrosion finally finishes the life of the cell and it becomes dead.
Answers 2 Comments
Dislike Bookmark

Learn Advanced Placement Tests Coaching from the Best Tutors

  • Affordable fees
  • Flexible Timings
  • Choose between 1-1 and Group class
  • Verified Tutors

Answered on 20/05/2017 Learn Computer Science +1 Advanced Placement Tests Coaching

Thinkwizz

Antonie Phillips van Leewenhoek circa1759 is known as the father of microbiology and the microscope due to his early study of bacteria. He was a Dutch scientist. Antonie Van Leeuwenhoek a Dutch, who saw microbes when he was polishing lens he saw microbes.
Answers 6 Comments
Dislike Bookmark

Answered on 02/01/2017 Learn Computer Science +1 Advanced Placement Tests Coaching

Ajay Negi

Tutor

Degree Level Bachelor's degree; some employers may prefer a master's degree. Degree Field Computer science, software engineering, or related field. Certification Voluntary certification is available.
Answers 3 Comments
Dislike Bookmark

Lesson Posted on 19/12/2016 Learn Computer Science +1 Advanced Placement Tests Coaching

Short Answer Questions For Chapter-2 Computer Science Class-XI-CBSE

Dr. Lalit Arora

- Teaching from Last 20 years in computer Field. - Published few textbooks on object oriented Programming.

Short Answer Questions: 1. What is Bit? Ans: The smallest and basic unit of information in digital computer is called a bit. Bit is the abbreviation of Binary Digit. 2. What do you mean by base/radix? Ans: The base or radix of a number system represents the number of digits or basic symbols in that... read more

Short Answer Questions:

1. What is Bit?

Ans: The smallest and basic unit of information in digital computer is called a bit. Bit is the abbreviation of Binary Digit.

2. What do you mean by base/radix?

Ans: The base or radix of a number system represents the number of digits or basic symbols in that particular number system.

3.What are the different number systems are available for in computer system?

Ans: There are four basic number systems:

    • Binary Number systems
    • Octal Number systems
    • Decimal Number system
    • Hexadecimal Number systems

4. What is the base of binary number system and what are the digits used for binary number system?

Ans: Numbers with base 2 represent the binary numbers, which includes only two digits 0 and 1.

5. What is the base of octal number system and what are the digits used for octal number system?

Ans: The numbers with base 8 represent the octal numbers, ranging digits from 0 to 7.

6. What is the base of decimal number system and what are the digits used for decimal number system?

Ans: The numbers with base 10 represent the decimal numbers, ranging digits from 0 to 9.

7. What is the base of Hexadecimal number system and what are the digits used for Hexadecimal number system?

Ans: The Hexadecimal number system has base 16 and contain 16 symbols, from 0 to 9 and A to F.

8. How the decimal number system converts into another base of number system?

Ans: To convert from decimal to a different number base such as Octal, Binary or Hexadecimal involves repeated division by that number base, Keep dividing until the quotient is zero, Use the remainders in reverse order as the digits of the converted number.

9. How can BaseN number system may be converted into decimal number system?

Ans: To convert from BaseN to Decimal number, Multiply each digit by increasing powers of the base value and add the terms

10. Write down something about following:

 

  • ASCII

 

  • EBCDIC
  • UNICODE

Ans: i) ASCII (American Standard Code for Information Interchange) code represents each character in a standard character set as a single byte binary code.

ii) EBCDIC was one of the first widely-used computer codes that supported upper and lowercase alphabetic characters, in addition to special characters, such as punctuation and control characters.

iii) A universal character standard was developed that supports a more character sets, called Unicode.

read less
Comments
Dislike Bookmark

Learn Advanced Placement Tests Coaching from the Best Tutors

  • Affordable fees
  • Flexible Timings
  • Choose between 1-1 and Group class
  • Verified Tutors

Lesson Posted on 03/11/2016 Learn Computer Science +4 Advanced Computer Course coaching Advanced Placement Tests Coaching Computer Algebra Systems and Related Softwares Computer Course

About Us

MIACC

MIACC Working Successfully since 2014 . We have Job Oriented Government Approved Computer training Courses...

To fulfill the dream of Govt. of India, ”Information Technology for everyone”, and to fulfill the needs of 28 Lakhs IT professional till 2017 and other jobs related to this factor and giving the employment directly or indirectly to one crore people of India, “All India Computer Saksharta... read more

To fulfill the dream of Govt. of India, ”Information Technology for everyone”, and to fulfill the needs of 28 Lakhs IT professional till 2017 and other jobs related to this factor and giving the employment directly or indirectly to one crore people of India, “All India Computer Saksharta Mission” is the main motto behind running this program is to bring computer revolution in esvery village and city of India by delivering the high technical education at the nominal fee to the people of every category in India.

All India Computer Saksharta Mission and AICSM LOGO is registered under Trade Mark Chinha Registry department, Govt of India. Act - 1999. Our Trade Mark Reg. No. Is 1791752.

Today, the excitement of being computer literate may be seen in the students as well as other peoples also. Establishment of All India Computer Saksharta Mission has been done at various cities and towns. It is running successfully all over the country. Organization has made four Head offices and fifty Regional offices and is imparting computer-training program at large scale. Our main aim is to provide free of cost computer education at our every New Center. So getting well trained in the computers has become compulsory for every person of the family but due to the high training fee structure of computer institution, the people related to lower or middle class may not be able to afford it. “All India Computer Saksharta Mission” has been run to provide the high technical computer education at the nominal fee to the person belonging to lower and middle class. All over India this institution is governed by the R J I T S, AICSM, & RJSS.

read less
Comments
Dislike Bookmark

About UrbanPro

UrbanPro.com helps you to connect with the best Advanced Placement Tests Coaching classes in India. Post Your Requirement today and get connected.

Overview

Questions 11

Total Shares  

+ Follow 3,500 Followers

You can also Learn

Top Contributors

Connect with Expert Tutors & Institutes for Computer Science

x

Ask a Question

Please enter your Question

Please select a Tag

X

Looking for Advanced Placement Tests Coaching Classes?

The best tutors for Advanced Placement Tests Coaching Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn Advanced Placement Tests Coaching with the Best Tutors

The best Tutors for Advanced Placement Tests Coaching Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more