Skip to main content

Ambassador’s Scholarship for Bhutan Students

Ambassador’s Scholarship for Bhutan Students for the session 2019-20.


Registration process for applying in Ambassador’s Scholarship for the session 2019-20 has been opened.    
The link for Ambassador’s Scholarship is as under:-  

Students have to fill all the details mentioned in the scholarship application form and have to upload all necessary documents as mentioned below:-  
1. Bhutan Citizenship ID card (both front and back side).
2. Passport size Photograph.
3. Last year marksheets.
4. Fee receipts of academic year 2019-20 
5. Certificate from College or University / Institute.
6. First page of the bank passbook.  

Comments

Popular posts from this blog

DIGITAL MARKETING

DIGITAL MARKETING END TERM PRACTICAL PAPERS:

Industry Ethics and Legal Issues MCQ Questions With Answer

ETHICS ALL POSSIBLE QUESTION - SET 1 Q1. Before 16 Jan, How many states were already working in Startup India policies? a) 1 b) 3 c) 4 d) 7 Q2. Which of the following is not a part of Funding Innovation? a) Incubation Center b) Startup Yatra Funds c) Research Parks d) Manak Q3. For R& D, human resource started a new scheme for students a) Tinkering labs b) Manak c) Avishkar yojana d) Uchhatar Avishkar yojana Q4. Startup India Scheme? 1. Age should not be more than 3 years 2. Should develop innovative product. 3. Must be Private Limited Company/ Registered Partnership firm/ Limited Liability Partnership 4. Has patent granted in areas affiliated with the nature of business being promoted a) 1, 3 6) 1,2 and3 c) 2, 3 and 4 d) All of the above Q5. The period of business when an entrepreneur must position the venture in a market and make necessary adjustments to assure survival is called the: a) pre-Startup stage b) Startup singe ...

DATA TYPES

DATA TYPES:- Every variable has a type, every expression has a type and all types are strictly define more over every assignment should be checked by the compiler by the type compatibility hence java language is considered as strongly typed programming language . Java is pure object oriented programming or not?     Java is not considered as pure object oriented programming language because several oops features (like multiple inheritance, operator overloading) are not supported by java moreover we are depending on primitive data types which are non objects.  Diagram:  Except Boolean and char all remaining data types are considered as signed data types because we can represent both "+ve" and"-ve" numbers.  Integral data types : Byte: Size:  1byte (8bits) Maxvalue:  +127  Minvalue: -128  Range: - 128to 127[ 2 7  to  2 7 -1] The most significant bit acts as sign bit. "0" means "+ve" number and...