Shruti
Shruti Garg
Assistant Manager- Editorial
Updated on Mar 6, 2026 11:02 IST
CUET 2026 exams will be conducted between May 11 and 31, 2026 in CBT mode. Candidates preparing for CUET 2026 Computer Science exam must check the CUET syllabus on this page. The syllabus shares all the topics and units for better preparation of the exam. Know the CUET Computer Science syllabus and important topics to prepare...

NTA will conduct the CUET exam 2026 between May 11 and 31, 2026, in CBT mode. Candidates preparing to appear for the CUET Computer Science exam 2026 must know the CUET Syllabus 2026 of Computer science. The CUET syllabus 2026 shares all the topics and units from which questions will be asked in the exam. Check the CUET Computer Science syllabus 2026 and important topics to prepare to score well on this page. Also, check out the best books for CUET UG Computer Science exam.

CUET Computer Science Syllabus 2026 - Candidates preparing for the CUET Computer Science exam 2026 must know the detailed syllabus of CUET Computer Science. NTA released the CUET 2026 Computer Science Syllabus 2026 on its official website. Candidates can check the same on this page. The CUET syllabus 2026 Computer Science shares all the topics and units to score well in the exam. 

The CUET Computer Science syllabus 2026 shares topics such as data structures, programming languages, and algorithms. The CUET Computer Science Question Paper 2026 will have a total of two sections- Section A and Section B. Section A of CUET UG Computer Science consists of 15 mandatory questions covering both Computer Science and Informatics Practices. Sections B have 35 questions each from Computer Science and Informatics Practices, respectively. There will be no optional questions. Total marks for CUET exam are 250, and the duration of the exam is 60 minutes. 

Common University Entrance Test (CUET) is an examination that is conducted across India by the National Testing Agency for admission to various undergraduate programs in Indian central/private/deemed/state universities. If you wish to pursue a degree in Computer Science by clearing the CUET 2026 exam, you must be thorough with the CUET CS Syllabus 2026. Check out the detailed CUET syllabus for Computer Science 2026 on this page.

By understanding the CUET syllabus Computer Science 2026, students can prepare for the CUET exam and get admission in the CUET-accepting university/college of their choice. The CUET 2026 exams will be held between May 11 and 31, 2026 in CBT mode. The CUET 2026 date sheet is expected to be released in the second week of April 2026.

Also Read:

CUET Accepting Colleges

CUET Exam Date Sheet 2026

CUET Question Papers

Table of contents
  • CUET Computer Science 2026 Exam Pattern
  • CUET 2026 Computer Science Syllabus
  • CUET Computer Science Syllabus PDF Download
  • CUET Computer Science Expected Weightage
  • Download CUET Section/Domain Wise Question Paper and Syllabus
  • Best Books for CUET Computer Science

CUET Computer Science 2026 Exam Pattern

National Testing Agency has released CUET Computer Science exam pattern. Candidates preparing for exam, can check the table below to know about CUET exam pattern for Computer Science

Particulars

Details

Status of CUET Computer Science Syllabus

Available

CUET Conducting Body

National Testing Agency (NTA)

CUET 2026 Computer Science Date

Tentatively between May 11 and May 31, 2026

Medium of Exam

13 languages - English, Hindi, Urdu, Assamese, Bengali, Odia, Punjabi, Gujarati, Marathi, Tamil, Telugu, Kannada, Malayalam

Number of questions

50 Questions (Compulsory)

Type of questions

Multiple Choice Questions

Marking Scheme

+5 for each correct answer

-1 for each incorrect answer

CUET Computer Science Mapping for Courses

  • B.A Program
  • B.Sc (Hons.) Electronics
  • B.Sc (Hons.) Instrumentation
  • B.Sc. (Prog.) Physical Science with Computer Science/Informatics Practices
Q&A Icon
Commonly asked questions
Q:   is it enough to learn from NCERT textbooks to clear CUET?
A: 

Since the CUET UG 2026 syllabus is in line with the Class 12 Board exam syllabus, it can be safely assumed that the NCERT books are enough to clear CUET UG 2025 exam. Candidates must note that, CUET exam tests students' understanding of the concepts and ability to apply them in various situations. Therefore, to prepare well and get a good score, it is advised that students refer to other study materials and books designed for national level competitive entrance exams. The CUET UG syllabus is in tune with the Class 12 Board exam syllabus. The chapters and topics are similar to Class 12 syllabus. Unlike other UG entrance exams, CUET UG syllabus does not include Class 11 syllabus.

CUET 2026 Computer Science Syllabus

The unit and sub-unit included in section A of the CUET UG syllabus for Computer Science are listed below.

Section

Unit

Sub Unit

A

Database Concepts

  • Introduction to database concepts, difference between database and file system, relational data model: concept of domain, tuple, relation, keys - candidate key, primary key, alternate key, foreign Key
  • Relational algebra: selection, projection, union, set difference and cartesian product

Structured Query Language (SQL) -1

  • Advantages of using Structured Query Language, Data Definition Language, Data Query Language and Data Manipulation Language, Introduction to MySQL, creating a database using MySQL, DataTypes
  • Data Definition: CREATE TABLE, DROP TABLE, ALTER TABLE,
  • Data Query: SELECT, FROM, WHERE.
  • Data Manipulation: INSERT, UPDATE, DELETE
  • Math functions: POWER (), ROUND (), MOD ().
  • Text functions: UCASE () / UPPER (), LCASE () / LOWER (), MID () /SUBSTRING () / SUBSTR (), LENGTH (), LEFT (), RIGHT (), INSTR (), LTRIM (), RTRIM (), TRIM ().
Structured Query Language - II

 

  • Date Functions: NOW (), DATE (), MONTH (), MONTHNAME (), YEAR (), DAY (), DAYNAME ().
  • Aggregate Functions: MAX (), MIN (), AVG (), SUM (), COUNT (); using COUNT(*).
  • Querying and manipulating data using Group by, Having, Order by.
  • Operations on Relations - Union, Intersection, Minus, Cartesian Product, JOIN

Computer Networks

  • Introduction to computer networks, Evolution of networking
  • Network types: LAN, WAN, MAN
  • Network devices: Modem, Ethernet Card, Repeater, Hub, Switch, Router, Gateway.
  • Network Topologies: Mesh, Ring, Bus, Star, and Tree topologies.
  • Basic concept of MAC and IP Address Difference between Internet and web

B1: Computer Science

 

 

Exception and File Handling in Python

  • Exception Handling: syntax errors, exceptions, need of exception handling, user-defined exceptions, raising exceptions, handling exceptions, catching exceptions, Try - except - else clause, Try - finally clause, recovering and continuing with finally, built-in exception classes.
  • File Handling: text file and binary file, file types, open and close files, reading and writing text files, reading and writing binary files using pickle module, file access modes.

Stack

  • Stack (List Implementation): Introduction to stack (LIFO Operations), operations on stack (PUSH and POP) and its implementation in python. Expressions in Prefix, Infix and postfix notations, evaluating arithmetic expressions using stack, conversion of Infix expression to postfix expression

Queue

  • Queue (List Implementation): Introduction to Queue (FIFO), Operations on Queue (INSERT and DELETE) and its implementation in Python.
  • Introduction to DQueue and its implementation in Python.

Searching

  • Searching: Sequential search, Binary search, Analysis of Sequential and Binary Search. Dry run to identify best, worst and average cases.
  • Implementation of searching techniques in Python

Sorting

  • Overview of sorting techniques, Bubble Sort, Selection Sort and Insertion Sort. Dry run to identify best, worst and average cases. Implementation of sorting techniques in Python.

Understanding Data

  • Data and its purpose, collection and organization; understanding data using statistical methods: mean, median, standard deviation, variance; data interpretation; visualization of data.

Database Concepts

  • Introduction to database concepts, difference between database and file system, relational data model: concept of domain, tuple, relation, keys - candidate key, primary key, alternate key, foreign key;
  • Relational algebra: selection, projection, union, set difference and cartesian product.

Structured Query Language

  • Advantages of using Structured Query Language, Data Definition Language, Data Query Language and Data Manipulation Language, Introduction to MySQL, Creating a database using MySQL, Data Types
  • Data Definition: CREATE TABLE, DROP TABLE, ALTER TABLE,
  • Data Query: SELECT, FROM, WHERE
  • Data Manipulation: INSERT, UPDATE, DELETE
  • Math functions: POWER (), ROUND (), MOD ().
  • Text functions: UCASE ()/UPPER (), LCASE ()/LOWER (), MID ()/SUBSTRING ()/SUBSTR (), LENGTH (), LEFT (), RIGHT (), INSTR (), LTRIM (), RTRIM (), TRIM ().
  • Date Functions: NOW (), DATE (), MONTH (), MONTHNAME (), YEAR (), DAY (), DAYNAME ().
  • Aggregate Functions: MAX (), MIN (), AVG (), SUM (), COUNT (); using COUNT (*)
  • Querying and manipulating data using Group by, Having, Order by.
  • Operations on Relations - Union, Intersection, Minus, Cartesian Product, JOIN

Computer Networks

  • Introduction to computer networks, Evolution of networking,
  • Network types: LAN, WAN, MAN
  • Network devices: Modem, Ethernet Card, Repeater, Hub, Switch, Router, Gateway.Network, Topologies: Mesh, Ring, Bus, Star, and Tree topologies
  • Basic concept of MAC and IP Address.
  • Difference between Internet and web
  • Domain Name System

Data Communication

  • Concept of communication, Types of Data Communication, switching techniques
  • Communication Media: Wired Technologies – Twisted pair cable, Co-axial cable, Ethernet Cable,Optical Fibre;
  • Introduction to mobile telecommunication technologies
  • Wireless Technologies – Bluetooth, WLAN, Infrared, Microwave
  • Network Protocol: Need for Protocol, Categorization and Examples of protocol, HTTP, FTP, IP, PPP;electronic mail protocol
  • Concept of Channel, Bandwidth (Hz, KHz, MHz) and Data Transfer rate (bps, Kbps, Mbps, Gbps,Tbps)

Security Aspects

  • Threats and prevention: Viruses, Worms, Trojan horse, Spam, Cookies, Adware, Firewall, http vs https.
  • Network Security Concepts: Firewall, Cookies, Hackers and Crackers
  • Antivirus and their workings
  • Network security threats: Denial of service, Intrusion problems, Snooping, Eavesdropping.

B2: Informatics Practices

Database Query using SQL

  • Math functions: POWER (), ROUND (), MOD ().
  • Text functions: UCASE ()/UPPER (), LCASE ()/LOWER (), MID ()/SUBSTRING ()/SUBSTR (),LENGTH (), LEFT (), RIGHT (), INSTR (), LTRIM (), RTRIM (), TRIM ().
  • Aggregate Functions: MAX (), MIN (), AVG (), SUM (), COUNT (); using COUNT (*).
  • Date Functions: NOW (), DATE (), MONTH (), MONTHNAME (), YEAR (), DAY (), DAYNAME ().
  • Querying and manipulating data using Group by, Having, Order by.
  • Operations on Relations - Union, Intersection, Minus, Cartesian Product, JOIN

Data Handling using Pandas – I

  • Introduction to Python libraries-Pandas, NumPy, Matplotlib.
  • Data structures in Pandas - Series and DataFrames.
  • Series: Creation of Series from – and array, dictionary, scalar value; mathematical operations; Head and Tail functions; Selection, Indexing, and Slicing.
  • DataFrames: creation - from dictionary of Series, list of dictionaries, Text/CSV files; display;iteration; Operations on Rows and columns: add, select, delete, rename; Head and Tail functions; Indexing using Labels, Boolean Indexing; Styling & Formatting data, Head and Tail functions; Joining, Merging and Concatenations.
  • Importing/Exporting Data between CSV files and DataFrames.

Data Handling using Pandas – II

  • Descriptive Statistics: max, min, count, sum, mean, median, mode, quartile, Standard deviation, variance.
  • DataFrame operations: Aggregation, group by, Sorting, Deleting and Renaming Index, Pivoting.
  • Handling missing values – dropping and filling.
  • Importing/Exporting Data between MySQL database and Pandas.

Plotting Data using Matplotlib

  • Purpose of plotting; drawing and saving the following types of plots using Matplotlib – line plot, bargraph, histogram, pie chart, frequency polygon, box plot, and scatter plot.
  • Customizing plots: color, style (dashed, dotted), width; adding label, title, and legend in plots.

Introduction to Computer Networks

  • Introduction to Networks, Types of networks: LAN, MAN, WAN.
  • Network Topologies: Star, Bus, Tree, Mesh.
  • Network Devices: modem, hub, switch, repeater, router, gateway
  • Website: Introduction, the difference between a website and webpage, static vs dynamic web page, webserver, and hosting of a website.
  • Web Browser: Introduction, commonly used browsers, browser settings, add-ons and plugins, cookies.
  • Introduction to Internet, URL, WWW, and its applications- Web, email, Chat, VoIP.

Societal Impacts

  • Digital footprint, Etiquettes for Net surfing and for communicating through social media, data protection, Intellectual Property Rights (IPR) and their violation, plagiarism licensing and copyrights, Free and Open Source Software (FOSS), Cybercrime and cyber laws, hacking, phishing, cyberbullying, Overview of Indian IT Act, preventing cybercrime.
  • Awareness about health concerns related to the usage of technology like effect on eyesight, physiological issues, and ergonomic aspects.
  • E-waste its a hazard and management

 

Project-Based Learning
  • Approaches for Solving Projects, Steps in project-based learning, Teamwork, Components of Teamwork

Also Read:

CUET Computer Science Question Paper PDF

Staying updated about the latest educational events is just a click away
Enter Mobile Number

CUET Computer Science Syllabus PDF Download

NTA released the CUET Computer Science syllabus link online at cuet.samarth.ac.in. Refer to the link below to download the CUET Computer Science PDF:

CUET Computer Science Syllabus PDF 

Explore colleges based on CUET

Varanasi
Popular Specialisation
Agriculture,Nursing,B.Sc. (Hons.) Computer Science,Biology,B.Sc. (Hons.) Psychology,B.Sc. (Hons.) Zoology,Nursing,Mathematics,B.Sc. (Hons.) Statistics,B.Sc. (Hons.) Physics,B.Sc. (Hons.) Chemistry,Computer Science,B Sc (Hons) Agriculture,Earth Science,B.Sc. (Hons.) Geology,B.Sc. (Hons.) Botany,B.Sc. (Hons.) Geography,Biology,B.Sc. (Hons.) Mathematics,Psychology
₹600.00
Delhi
Popular Specialisation
Biotechnology,Bioscience,Aeronautics (Avionics),Life Sciences with Computer Applications,Chemistry,Bachelor of Science (B.Sc.),Physics,Mathematics,Applied Mathematics,Aeronautics (Mechanical),Geography
₹41.90 K
Aligarh
Popular Specialisation
Nursing,Medical Radiology & Imaging Technology,Physiotherapy,Agriculture,Computer Applications,Optometry,Statistics,Medical Laboratory Sciences,Zoology,Biochemistry,Operation Theater Technology,Community Science,Mathematics,Geology,Chemistry,Physics,Computer Science,Geography,Industrial Chemistry,Dialysis Therapy Technology
NA
Noida
Popular Specialisation
Biotechnology,Clinical Psychology,Agriculture,Forensic Science,Medical Imaging Technology (Honours / Research),Artificial Intelligence & Data Science with Research,Neuroscience,Information Technology,Agriculture (Honours / Research),Biotechnology (Dual Degree),Marine Science,Special Education,Actuarial Science,Microbiology,Medical Physiology,Clinical Psychology (Honours / Research),Biotechnology + MBA,Nutrition and Dietetics (Honours /Research),Physics,Anthropology
₹2.40 L

Want better recommendations?

There is a 90% more chance of getting best college recommendations by sharing preferences.
Hyderabad
Popular Specialisation
Physics,Health Psychology,Chemistry,History,Nursing,Chemistry
₹14.90 K
BilasPur
Popular Specialisation
Biotechnology,Forensic Science,Forestry,Zoology,Mathematics,Computer Science,Chemistry,Physics,Rural Technology,Botany,Electronics,Anthropology
₹38.25 K
Jalandhar
Popular Specialisation
Agriculture,Biotechnology,Forensic Sciences,Hotel and Hospitality Management,B.Sc. B.Ed. (Secondary Stage) - Four Year Integrated Teacher Education Programme (ITEP),Nutrition and Dietetics,Information Technology,Biotechnology,Computer Science,Microbiology,Economics,Fashion Design,Agriculture,Physics,Bachelor of Anaesthesia and Operation Theatre Technology,Zoology,Food Technology,Zoology,Airlines, Tourism and Hospitality,Computer Science (Cyber Security) in tie up with Comptia
₹4.80 L
Lucknow
Popular Specialisation
Life Sciences (Zoology, Botany, Biotechnology),Basic Sciences
₹1.20 L
Srinagar
Popular Specialisation
Nursing,Integrated B.Sc.M.Sc. In Biotechnology,Integrated B.Sc.M.Sc. In Zoology,Biotechnology,Physics,Physics,Integrated B.Sc.M.Sc. In Mathematics,Zoology,Bachelor of Science (B.Sc.),Mathematics,Medical Laboratoy Technology (Part -Time),Bachelor of Science (B.Sc.),Bachelor of Science (B.Sc.),Zoology,Home Science,Bachelor of Science (B.Sc.),Medical Science,Information Technology,Bachelor of Science (B.Sc.),Computer Application
NA
Patna
Popular Specialisation
Computer Science and Data Analytics,Economics + MBA (IIM Bodh Gaya)
₹2.40 L
Confused about which college or exam to opt for?assitentRcpRhsImage
  • Chat with our counselor
  • Get your personalised list of colleges & exams matching your preferences
View allCollections

CUET Computer Science Expected Weightage

Candidates preparing for CUET Computer Science subject, can check the table below to know the CUET Computer Science topic wise expected weightage based on previous year question paper analysis:

CUET Computer Science Chapters Expected Questions
Networking 10-12 questions
SQL 10-12 questions
Bubble sorting 5-6 questions
Assertion reasoning 4-3 questions
Code completion 3-4 questions
Database Concepts 3-4 questions
Exception and File Handling in Python 2-3 questions
Data Handling using Pandas – I 2-3 questions
Data Communication 2-3 questions

Download CUET Section/Domain Wise Question Paper and Syllabus

Candidates preparing for CUET can download the CUET syllabus and CUET previous year papers for the following subjects mentioned in the table below:

Download CUET Syllabus and CUET Question Paper PDF
Subjects CUET Syllabus PDFs CUET Question Paper PDFs
English CUET English Syllabus PDF CUET English Question Paper PDF
Biology CUET Biology Syllabus PDF CUET Biology Question Paper PDF
Accountancy/ Book Keeping CUET Accountancy Syllabus PDF CUET Accountancy Question Paper PDF
Business Studies CUET Business Studies Syllabus PDF CUET Business Studies Question Paper PDF
Chemistry CUET Chemistry Syllabus PDF CUET Chemistry Question Paper PDF
Economics/ Business Economics CUET Economics Syllabus PDF CUET Economics Question Paper PDF
Engineering Graphics CUET Engineering Graphics Syllabus PDF  CUET Engineering Graphics Question Paper PDF
Entrepreneurship CUET Entrepreneurship Syllabus PDF CUET Entrepreneurship Question Paper PDF
Geography/Geology CUET Geography Syllabus PDF CUET Geography Question Paper PDF
Home Science CUET Home Science Syllabus PDF CUET Home Science Question Paper PDF
Knowledge Tradition and Practices of India CUET Knowledge Tradition and Practices of India Syllabus PDF CUET Knowledge Tradition and Practices of India Question Paper PDF
Legal Studies CUET Legal Studies Syllabus PDF CUET Legal Studies Question Paper PDF
Environmental Science CUET Environmental Science Syllabus PDF CUET Environmental Science Question Paper PDF
Mathematics CUET Mathematics Syllabus PDF CUET Mathematics Question Paper PDF
Physical Education/ NCC /Yoga CUET Physical Education Syllabus PDF CUET Physical Education Paper PDF
Physics CUET Physics Syllabus PDF CUET Physics Question Paper PDF
Political Science CUET Political Science Syllabus PDF CUET Political Science Question Paper PDF
Psychology CUET Psychology Syllabus PDF CUET Psychology Question Paper PDF
Sociology CUET Sociology Syllabus PDF CUET Sociology Question Paper PDF
Teaching Aptitude CUET Teaching Aptitude Syllabus PDF CUET Teaching Aptitude Question Paper PDF
Agriculture CUET Agriculture Syllabus PDF CUET Agriculture Question Paper PDF
Mass Media/ Mass Communication CUET Mass Media/ Mass Communication Syllabus PDF CUET Mass Media/ Mass Communication Question Paper PDF
Anthropology CUET Anthropology Syllabus PDF CUET Anthropology Question Paper PDF
Fine Arts/ Visual Arts (Sculpture/ Painting)/Commercial Arts CUET Fine Arts Syllabus PDF CUET Fine Arts Question Paper PDF
Performing Arts CUET Performing Arts Syllabus PDF CUET Performing Arts Question Paper PDF
History CUET History Syllabus PDF CUET History Question Paper PDF
General Test CUET General Test Syllabus PDF CUET General Test Question Paper PDF

Explore more Science exams with upcoming dates

NEST 2026 Application Process

5 Jan '26 - 6 Apr '26

IISER Aptitude Test 2026 Regis...

5 Mar '26 - 13 Apr '26

Last date to apply for May Attempt

17 Apr '26

ISI Admssion Test 2026 Admit Card

3 May '26

YCMOU 2026 Admit Card

29 May '26

MAKAUT CET Registration

30 Apr '26 - 18 Jun '26

RUASAT 2026 Application Proces...

1 Dec '25 - 5 Apr '26

PU CET (UG) 2026 Application Form

14 Nov '25 - 22 Apr '26

OUAT Entrance Exam 2026 Form A...

18 Mar '26 - 24 Apr '26

CCSHAU 2026 Application form

10 May '26 - 31 May '26

Best Books for CUET Computer Science

For better preparation of the CUET Computer Science exam, aspirants must select the right study materials. Starting from books, notes, online resources, good material and CUET practice test 2026 can help students prepare better for exam. The CUET study material helps students learn more about the subject and also highlights important topics. Students can choose to study from the list of CUET Computer Science books listed below:

Book

Author/Publisher

Together with Computer Science Class 12 -Rachna Sagar

Rachna Sagar

Computer Science with Python Class 12- Sumita Arora

Sumita Arora

NCERT Computer Science Textbook For Class 12th- NCERT

NCERT 

Read More:

Videos you may like
About the Author
author-image
Shruti Garg
Assistant Manager- Editorial

Shruti Garg is a graduate in English and Education with over 7 years of experience in content writing/editing and education journalism. At Shiksha.com, Shruti covers UG and PG entrance exams like MBA entrance exams,

Read Full Bio
Download Important Dates for Science Exams

News & Updates

Latest NewsPopular News

Explore Other Exams

5 Jan '26 -

6 Apr '26

NEST 2026 Application Process

5 Jan '26 -

12 Apr '26

NEST 2026 Application Process

5 Mar '26 -

13 Apr '26

IISER Aptitude Test 2026 Regis...

16 Apr '26 -

18 Apr '26

IISER Aptitude Test 2026 Corre...

Jul '25

ITM NEST 2025 Result Date

Jun '25

ITM NEST 2025 Exam date

Mar '26

OUAT Entrance Exam 2026 Form A...

Apr '26

OUAT Entrance Exam 2026 Form A...

Dec '24

TISSNET 2024 Mock Test

Jun '24

TISS Online Assessment 2024

The list of exams are recommended based on what other exams do the students in your area show interest in
qna

Student Forum

chatAnything you would want to ask experts?
Write here...

Answered Yesterday

Presidency University admissions are mainly granted on the basis of PUMDET or PUBDET scores only. The university may consider CUET scores in selective cases. Students must check and confirm the same with the university before applying.

P

Pallavi Karan

Contributor-Level 10

Answered 2 days ago

Yes, students can get admission in City Academy Law College without CUET. The college accepts both CUET and Lucknow University Exam scores to shortlist students. In case, a valid CUET score is not available, students have the option of submitting Lucknow University exam scores instead.

U

Upasana Harsha

Contributor-Level 10

Answered 2 days ago

Yes, CUET is necessary for admission in certain courses at City College of Management. The final selection is done on the basis of scores in entrance exams. The accepted entrance exams are CUET/ Lucknow University/ UP B.Ed entrance exam, etc.

G

Gaurika Chhabra

Contributor-Level 10

Answered 2 days ago

Most of the courses in City Group of College is offered on the basis of CUET scores. However, it is NIT compulsory. The college also accepts Lucknow University entrance exam, AKTU exam etc. socres to admit students into different UG and PG programmes. 

R

Raj Priya

Contributor-Level 10

Answered 2 days ago

No, students can not get into Hindu College, University of Delhi Without giving CUET exam. CUET score is necessary to get admisisons in Hindu College. After the results of CUET, the cut off is released. The seats are allocated through Common Seat Allocation System  (CSAS) of Delhi University.

 

P

Puhup Kumari

Contributor-Level 10

Answered 2 days ago

Yes, GD Goenka University does consider CUET 2026 scores for awarding scholarships to BSc applicants. Students who achieve a high percentile, such as 95.1 and above, can even qualify for a 100% tuition fee waiver for their first year. Even those scoring between 80 and 95 percentile can receive a sub

...Read more

R

Rashmi Karan

Contributor-Level 9

Answered 3 days ago

No, the CUET-UG registrations for Apeejay Stya University BA (hons) admissions have been closed. CUET-UG 2026 registrations closed on Feb 26th. Candidates who failed to appear for the aforementioned entrance exam can still apply through their Class 12 board exam results.

For BA (hons) in Journalism a

...Read more

S

Saurabh Khanduri

Contributor-Level 10

Answered 3 days ago

No, CUET-UG is not a compulsory entrance exam for BA (hons) admissions at Apeejay Stya University. Selection of candidates is based mostly on merit in Class 12 board exams. However, BA (hons) in Journalism and Mass Communication admissions are based on the written test conducted by Apeejay Stya Univ

...Read more

S

Saurabh Khanduri

Contributor-Level 10

Answered 3 days ago

No, CUET is not compulsory to take admission in Rajkiya Kanya Mahavidyalaya. Candidates who wish to take admission in this college, have to go to the official website of college and fill the application form for their preffered course. Final seats are allocated based on merit in last qualifying exam

...Read more

R

Raj Priya

Contributor-Level 10

Answered 3 days ago

Yes, students can get admission in Maharaja Surajmal Institute BBA without CUET. The main exam for shortlisting is IPUCET. Students have to score well in CET and then participate in online counselling to get selected.

M

Manashjyoti Srivastava

Contributor-Level 10