Sign Up

Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here

You must login to add post.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

IOE Syllabus

IOE Syllabus Logo IOE Syllabus Logo

IOE Syllabus Navigation

  • Home
  • Blog
  • About Us
  • Contact Us
  • Download
    • IOE Syllabus
    • IOE Syllabus Community
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Polls
  • Questions
  • Best Answers
  • Posts
  • Followers Questions
  • Badges
  • FAQs
  • Tags
  • Users
  • Home
  • Blog
  • About Us
  • Contact Us
  • Download
    • IOE Syllabus
    • IOE Syllabus Community
Home/Computer Engineering

IOE Syllabus Latest Questions

shaswot
  • 0
shaswot
Asked: April 5, 2023In: Computer Engineering

diode numerical

  • 0
diode numerical

how to solve sir/maam?

diode
  1. shaswot
    Added an answer on April 5, 2023 at 2:55 pm

    thank you sir

    thank you sir

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 2 2 Answers
  • 47 Views
Answer
rowsan0
  • 0
rowsan0
Asked: March 23, 2023In: Computer Engineering

C++

  • 0

write a program to write the name, roll number, and marks of `10 students in the file and read the name of student securing highest mark from the file.

  1. Best Answer
    Udhav Pathak
    Added an answer on March 24, 2023 at 12:41 pm
    This answer was edited.

    #include<iostream>#include<cstdlib> #include<fstream> using namespace std; class student { public: char name[20]; int roll; float marks; public: void input( ) { cout<>name; cout<>roll; cout<>marks; } void display( ) { cout<<"\n Name= "<<name<<endRead more

    #include<iostream>#include<cstdlib> #include<fstream> using namespace std; class student { public: char name[20]; int roll; float marks; public: void input( ) { cout<>name; cout<>roll; cout<>marks; } void display( ) { cout<<“\n Name= “<<name<<endl; } }; void writerecords( ) { student s[10]; fstream fout; fout.open(“student.txt”, ios :: out | ios :: app | ios :: binary); cout<<“Enter the info of 10 student for writing into binary file:\n “; for(int i = 0; i<10; i++) { s[ i ].input( ); fout.write((char *)&s[ i ], sizeof(s[ i ])) ; } fout.close( ); } void displayspecificrecord( ) { student s; fstream fin; float highest = 0; fin.open(“student.txt”, ios :: in | ios :: binary); while(fin.read((char *)&s, sizeof(s))) { if(highest < s.marks) highest=s.marks; // here we find out the highest marks among 10 students } fin.close( ); fin.open(“student.txt”, ios :: in | ios :: binary); while(fin.read((char *)&s, sizeof(s))) { if(highest==s.marks) { s.display( ); } } fin.close( ); } int main( ) { int n; while( 1 ) { cout<<“\n 1. Add record: “<<endl; cout<<“2. Display record of student whose mark is highest: “<<endl; cout<<“3. Exit: \n”; cout<>n; switch( n ) { case 1: writerecords( ); break; case 2: displayspecificrecord( ); break; case 3: exit(0); default: cout<<“The choice you entered is wrong: “; } } return 0; }

    See less
    • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 2 2 Answers
  • 28 Views
Answer
jw101
  • 0
jw101
Asked: March 17, 2023In: Computer Engineering

Electronics Op-Amp

  • 0

Design summing amplifier to using Op-Amp to get the output voltage Vo= -V₁+2V+3V1

#electronics
  1. shaswot
    Added an answer on April 5, 2023 at 9:59 pm

    compare it with omp amp as adder circuit and suppose anyone one resistor eg. R3=10Kohm then its game on

    compare it with omp amp as adder circuit and suppose anyone one resistor eg. R3=10Kohm then its game on

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 1 Answer
  • 27 Views
Answer
Anonymous
  • 0
Anonymous
Asked: July 11, 2022In: Computer Engineering

K ho meroschool le paisa matra kamaune?

  • 0

yeta tira reply chai nahanne?

  • 0 0 Answers
  • 47 Views
Answer
miroplesko
  • 1
miroplesko
Asked: June 11, 2022In: Computer Engineering

How XML and Javascript are used together to develop client side web applications?

  • 1

Subject is internet and intranet IOE. Any help you can provide? What to write? Code or about AJAX? If code, can you share simple code to make a web app using xml and js?

question
  • 0 0 Answers
  • 48 Views
Answer
miroplesko
  • 0
miroplesko
Asked: May 31, 2022In: Computer Engineering

How to get above 50 marks in computer science theory subjects of computer engineering?

  • 0

theoritical subjects=subjects without stuffs to solve like numericals, algorithms dsa to solve etc. i understand, verify and revise theory but end up getting only MAX 40 marks in those subjects. but i consistently get 55-65 in numerical subjects. one thing that i think ...

  • 0 0 Answers
  • 54 Views
Answer
chutiyappa
  • 0
chutiyappa
Asked: February 15, 2022In: Computer Engineering

FOPL based resolution solved problems needed.

  • 0

Honestly, I am really f**** by this subject. Khasai kei aunna and I don’t know about this fix question as well. Back aisakyo. Please guide me. Share some numericals solved for fopl resolution method. I have system inception book but ...

  1. Aashutosh Jha Beginner
    Added an answer on February 18, 2022 at 11:46 am
    This answer was edited.

    Question alik clear vayena… FOPL lai alik explain garnuna

    Question alik clear vayena… FOPL lai alik explain garnuna

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 1 Answer
  • 117 Views
Answer
TheAvi
  • 0
TheAvi
Asked: February 3, 2022In: Computer Engineering

which programming language, tools and technology has been used for developing this app(IOE Syllabus community)?

  • 0

please explain a little bit about development process for this kind of app development and also mention the programming language and server that we should use

app developmentsoftware development
  1. Best Answer
    prashantrajbhikshu Beginner
    Added an answer on February 6, 2022 at 10:56 am

    IOE Syllabus Community app is based on our website so basically, HTML, CSS, and JavaScript code is turned into android app (.apk) and uploaded to play store. PS. IOE Syllabus app is made with Java and Kotlin in Andriod Studio.

    IOE Syllabus Community app is based on our website so basically, HTML, CSS, and JavaScript code is turned into android app (.apk) and uploaded to play store.
    PS. IOE Syllabus app is made with Java and Kotlin in Andriod Studio.

    See less
    • 1
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 2 2 Answers
  • 125 Views
Answer

Sidebar

Ask A Question

Stats

  • Questions 81
  • Answers 57
  • Posts 16
  • Users 3k
  • Popular
  • Comments
  • prashantrajbhikshu

    How To Apply For ICCR Scholarship(2022-2023) For Nepalese Students

    • 2 Comments
  • prashantrajbhikshu

    Grab Now! Free AutoCAD/Sketchup Course With Engineering Plan.

    • 2 Comments
  • prashantrajbhikshu

    Saraswati Pooja Offers at Mero School(Limited Time)

    • 1 Comment
  • prashantrajbhikshu

    Valentine's Day Gift From Mero School

    • 1 Comment
  • Aashutosh Jha

    Understanding PPI (Pixel Per Inch)

    • 1 Comment
  • Available Engineering Plans @Mero School - IOE Syllabus
    Available Engineering Plans @Mero School - IOE Syllabus added a comment […] Currently, Mero School has 29 engineering courses among courses… February 19, 2023 at 7:49 pm
  • Blog | Mero School
    Blog | Mero School added a comment […] than usual 30 days validity. Also, note that if… February 19, 2023 at 7:49 pm
  • Roshan
    Roshan added a comment mailey citizenship number use garera register grya they but password… May 11, 2022 at 7:25 pm
  • YOU Can Educate Nepal With Mero School - IOE Syllabus
    YOU Can Educate Nepal With Mero School - IOE Syllabus added a comment […] offers and discounts time and again on special occasions:… April 26, 2022 at 1:02 pm
  • YOU Can Educate Nepal With Mero School - IOE Syllabus
    YOU Can Educate Nepal With Mero School - IOE Syllabus added a comment […] School also has been providing offers and discounts time… April 6, 2022 at 12:40 pm

Users

Isha Mahat

Isha Mahat

  • 0 Questions
  • 0 Answers
Ayu

Ayu

  • 0 Questions
  • 0 Answers
@det3x - telegram 629 809 RUB PABOTA

@det3x - telegram 629 809 RUB PABOTA

  • 0 Questions
  • 0 Answers

Explore

  • Recent Questions
  • Questions For You
  • Most Answered
  • Answers
  • Most Visited
  • Random
  • Polls
  • Most Visited Posts
  • Recent Posts With Time
  • Show All Categories

Footer

IOE Syllabus

IOE Syllabus

Nepal's No. 1 Engineering Portal. Get complete IOE syllabus, notes, question papers for all engineering subjects, prepare for IOE entrance and ask questions.

About Us

  • Blog
  • Contact Us
  • About Us

Terms and policy

  • Privacy Policy
  • Terms and Condition

Follow

© 2021 IOESyllabus. All Rights Reserved
With Love by Manish.