Posts

First html one page template

 <!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>MCQ GK Blog</title>     <style>         /* CSS styles for the layout */         body {             font-family: Arial, sans-serif;             margin: 0;             padding: 0;         }         header {             background-color: #333;             color: #fff;             padding: 10px 0;             text-align: center;         }         nav {             background-color: #444;   ...

RP Sir

  8:30-9:20 9:45-11:00 10:10-11:00 11:00-11:50 11:25-12:40 1:05-1:55 1:55-2:45 Mon, Tue   BCA-I Lab (WT)   PGDCA (CF)   B CA-II (DBMS)   Wed   BCA-II Lab (DBMS)   PGDCA (CF)   B CA-II (DBMS)   THU  B.Sc.-II (C++) BCA-II Lab (DBMS)     B.Sc. Lab (C++)   BCA-I (WT&E) Fri, Sat B.Sc.-II (C++)   PGDCA (CF)   B.Sc. Lab (C++)   BCA-I (WT&E)  

B.Sc.-II (Computer Software i.e. C++ ) Theory:- TFS:(8:30-9:20)

B. Sc. Part II COMPUTER SOFTWARE PAPER - II UNIT-1 HTML, Website Web Standard and HTML Versions Naming Scheme for HTML Documents HTML Document/file, HTML Edito, Structure of Home Page Elements in HTML Documents, HTML Tags, Basic HTML Tags. Comments in HTML, Viewing the source of HTML, How to donwload the web page source? XHTML, CSS, XML, Extensible Style Sheet Language(XSL) Some tips for designing web pages, HTML Document Structure - Header: Illustration of Document Structure, <BASE> Element, <ISINDEX> Element, <LINK> Element, META, <Title> Element, <Script> Element, Practical Applications, HTML Document Strucuture - Body Section: Body elements and its attributes: background; Background Color; Text; Link; Active Link (ALINK); Visited Link(VLINK); Left Margin; Top Margin Organization of elements in the body of the document: Text Block Elements; Text Emphasis Elements; Special Elements - Hypertext Anchors; Character-Level(Headings); P (Paragraph); List...

BCA-II (DBMS) Practical/Lab:- WT:(9:45-11:00)

Image
  Login in Oracle 10g software:  Open oracle 10g software:     press window button      type "go to " and click on oracle software.  User ID: system Password: oracle10g To create User:  Syntax:        create user <username> identified by <password>; Example:      create user Ram identified by ram12345 ; To display all the tables in oracle:      select * from tab; To display the content of the table:      select * from student; To see the schema (columnName, datatype, size of a table)     desc student; To create a table in oracle:    Syntax:     create table <tableName>     (          attribute1 datatype(size),          attribute2 datatype(size)     ); Example:     create table student     (          rollno var...

PGDCA-I (Computer Fundamental) Theory:- FS:(10:10-11:00) & MTW:(11:00-11:50)

  FUNDAMENTALS OF COMPUTERS PGDCA-101   UNIT - I Introduction to Computers Computer system: characteristics and capabilities. Computer Hardware and Software: Block Diagram of a Computer, Different Data Processing: Data, Data Processing System, Storing Data, Processing Data. Types of Computers: Analogue, Digital, Hybrid, General and Special Purpose Computers. Generation of Computers.   UNIT - II Computer Peripherals Introduction to Input Devices: Categorizing Input Hardware, Keyboard, Direct Entry – Card Readers, Scanning Devices – O.M.R., Character Readers, Thumb Scanner, MICR, Smart Cards, Voice Input Devices, Pointing Devices – Mouse, Light Pen, Touch Screen. Computer Output: Output Fundamentals, Hardcopy Output Devices, Impact Printers, Non-Impact Printers, Plotters, Computer output Microfilm/Microfiche (COM) systems, Softcopy Output Devices, Cathode Ray Tube, Flat Screen Technologies, Projectors, Speakers.   UNIT - III Basic Components & St...

BCA-II (DBMS) Theory:- MTW:(1:05-1:55)

 Syllabus:  Database Management System   Subject Code - BCA-202 Max Marks :  80                                                                                          Min Marks : 27 Note :   The Question Paper setter is advised to prepare unit-wise question with the provision of internal choice. Only Simple calculators allowed not scientific calculator.   UNIT - I: Overview of Database Management Data, Information and knowledge, Increasing use of data as a corporate resource, data processing verses data management, file oriented approach verses database oriented approach to data management; data independence, database administration roles, DBMS architecture, different kinds of DBMS users...

BCA-I (Computer Fundaments) Theory:- TFS:(1:55-2:45)

BCA - 102 COMPUTER FUNDAMENTALS Max Marks: 80                                                                                                                               Min Marks: 27 NOTE: The Question Paper setter is advised to prepare unit-wise question with the provision of internal choice.   Only Simple calculator is allowed not scientific calculator. UNIT - I Introduction to Computers Computer system: characteristics and ca...