Skip to main content

Posts

Modern learning: how to avoid internet distractions during class

Modern learning: how to avoid internet distractions during class Here are some proven techniques for keeping students from using digital devices inappropriately in your classroom Classroom technologies such as smartphones, tablets, computers, and wireless internet access offer exciting opportunities to enhance and deepen the learning process. However, using technology in the classroom can also bring multiple distractions to students. Without your proactive supervision, students might access games, web pages, and social networking sites as you deliver instruction. As an educator, how can you confront this dilemma? Read on to learn the various ways on how you can minimize the digital distraction in your classroom. Digital tech rules and regulations On the very first day of school, hand students a copy of classroom policies containing the allowed screen time and the instances where they can use their smartphones, laptops, and computers. These might include rules such as� � No smartpho...

FoxPro Programming

Tutorialguide1997.blogspot.com FoxPro Programming What is Data? Data can be anything like a name of person rollno of student or name of a city. What is Information?       When Data is in meaning full way or related with each other its called Information. What is Database? What is DBMS? Database is an organized collection of related information. DBMS stands for Database Management System. The system which collect data from user and manage that data properly, is called Database Management system. What is RDBMS? RDBMS stands for Relational Database Management System. RDBMS is advance feature of DBMS. RDBMS provide the facility to create a relation between two tables. What is FILE ?:-   In FoxPro File is a collection of records and fields. Row represent record and column represent field. What is RECORD ?:- Data is stored in one horizontal line of database is called record. In other words Record is a collection values in fields of table. Wh...