Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What is the best assignment to be given to a beginner programmer..?(Like Fibonacci series, prime number etc.,)

user-image
Question added by Abdul Khader Shaik , IT & Ops Manager , TheSmartlabs
Date Posted: 2018/01/03
Shahid Manzoor Bhat
by Shahid Manzoor Bhat , Senior Software Engineer , Lunera - Aricent Altran

The assignment shouldn't be specific to a certain problem set.

It should challenge the candidates fundamentals and his grasp on the most pivotal concepts centred around Algorithms and Data Structures.

 

For problems you can refer to HackerRank and Top Coder for some cool assignments

for me it's dynamic programming

Deleted user
by Deleted user

1) Build a calculator - go onto scientific for a harder challenge.

2) String Manipulation projects - so substrings, palindromes, comparison, splits etc.

3) Reminder App

4) Alarm App

5) Simulator games of favorite sports

Deleted user
by Deleted user

Fibonacci series, towers of hanoi, the number factorial and get the number from the keybourd,

Deleted user
by Deleted user

the first assignment should depend on the program you are teaching, for example if it a Matlab then starting learining how to do math and cauclation on it

 

and if it something like C++ then starting with variables would be a good idea

Deleted user
by Deleted user

Depends on the field he wants to dive in, a web developer would be asked to make a small web app, a game developer can make a small game, after all practice is the key no matter what.

NASSER AL-OSTATH
by NASSER AL-OSTATH , Co-Founder , www.pythonat.com

try something simple and play with it by adding more simple features to it ...

 

like :

 

a program that prompts the user to enter anything and processes it and get interesting results out of it

More Questions Like This