answersLogoWhite

0

No. Because some schools has no computers in their classes.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the best laptop computer for a college student?

The best laptop computer for a college student is an Apple. Apples are easy to move around from class to class. They have every program on the laptop that a college student would need.


Can a teacher put a student outside during class?

no


What is virtual class?

A virtual class is an instructional setting that is facilitated over the computer. The student logs in on the computer and receives lessons and delivers work electronically.


What kind of information can a person get access to through Student Link?

Student Link has access to your current class schedule, your advisors and a list of your classes. You can also find transcripts, grades and exam scores.


What is a sentence for reproved?

The teacher reproved a student for talking during class.


Why do you think you should log-off of your computer when you leave computer class?

If you don't log-off, anyone can go on that computer and access your folder and files


Is it illegal for a teacher not to let a student get a drink in AZ?

In Arizona, there is no specific law that mandates teachers to allow students to have a drink during class. However, denying a student access to water could potentially be considered a violation of their basic needs and rights, as access to water is essential for health and well-being. Teachers are generally expected to provide a safe and supportive learning environment, which may include allowing students to have access to water when needed.


Can a parent class access the functions of child class?

no, Parent class can not access the members of child class ,but child class can access members of parent class


Why should we teach C scripting?

You will learn so much. If a student is interested in computer training and class this will be very beneficial to the.


What is the glencoe online student edition access code for sixth grade mathematics?

Any 6th Grade math teacher whose class uses the Glencoe system will have that access code for you.


What is a martial arts student's ID?

Some dojo issue a student ID that allows access to the club to work out. It can also be used to legally carry weapons to and from class that would otherwise be illegal to have.


What is mean by class access?

Class access is the ability for any given class to access the functions of another class. Private access limits access to data and code just to the class that contains the private access modifier. The so-called "default" access grants private access, as well as access to any class in the same package. Protected access grants the same as "default" access, and also allows subclasses to access the code and data. Public access allows any class in any package to access the code and data.