Posts

Showing posts from March, 2020

10 tips on how to improve your Wi-Fi signal

Image
10 tips on how to improve your Wi-Fi signal Are you having trouble with your Wi-Fi signal again? Wireless signals can often drop out for no apparent reason, and therefore, getting frustrated with your internet connection can seem like second nature. However, most of the time you’ll find that the issue isn’t with your internet connection itself, but the Wi-Fi signal being broadcast from your modem or router. It’s important to understand the difference! Here are a few ways you can improve your Wi-Fi signal and performance of your modem/router. 1. Locate the best place for your modem router If you’re a designer, having your router out in the open may clash with your aesthetic. But if you want and need the best Wi-Fi signal in your home, this is something you’ll just have to deal with it. Make sure your modem/router is in the centre of your home so that you have the best possible coverage everywhere. If it doesn’t lay flat on a surface, consider elevating it and mounti

STACK Programming in C

Image
STACK Programming in C Language- Stack Data Structure Stack is a linear data structure which follows a particular order in which the operations are performed. The order may be LIFO(Last In First Out) or FILO(First In Last Out). There are many real-life examples of a stack. Consider an example of plates stacked over one another in the canteen. The plate which is at the top is the first one to be removed, i.e. the plate which has been placed at the bottommost position remains in the stack for the longest period of time. So, it can be simply seen to follow LIFO(Last In First Out)/FILO(First In Last Out) order. problem statement:perform the following operations -1. PUSH,                                                                                        2.POP                                                                                        3.PEEP                                                                                        4.DISPLAY C-CODE: #incl

SOFTWARE ENGINEERING FULL

Image
SOFTWARE ENGINEERING Name of modules:- 1)   Fundamental of S.E. 2)     System analysis 3)     System planning 4)    System design 5)     System documentation 6)    Coding and programming 7)     Software testing 8)    Cost and time estimation 9)    Software project management 10)              Software quality 11)               CASE. Top level Middle level Low level ·       Set of instruction-> this is program. ·       Set of program-> software. This software is a collection of computer programs, procedure, rules and associative documentation and data. Program is generally used the developer of a specific program to make a particular software. Q) Some characteristics of software includes:- 1)              Software is developed or engineer. 2)              Most of software is custom build rather than assemble from existing component. 3)              Computer program and asso