Bihar Board 10th result 2020: अगर 3 मई के बाद लॉकडाउन नहीं बढ़ाया गया तो बिहार बोर्ड 10वीं रिजल्ट ( BSEB Bihar Board Matric Result 2020 ) मई के पहले या दूसरे सप्ताह में घोषित कर दिया जाएगा। बिहार बोर्ड विद्यालय परीक्षा समिति (बिहार बोर्ड - बीएसईबी) अध्यक्ष आनंद किशोर ने कहा कि लॉकडाउन खत्म होने के बाद जल्द ही बोर्ड मैट्रिक रिजल्ट जारी कर देगा। चूंकि 75 प्रतिशत मूल्यांकन कार्य हो चुका है इसलिए हमें आगे की प्रक्रिया पूरी करने में सिर्फ तीन से चार दिन लगेंगे। उन्होंने कहा कि अगर लॉकडाउन आगे नहीं बढ़ाया गया तो बिहार बोर्ड 10वीं रिजल्ट 10 मई या उसके आसपास जारी कर दिया जाएगा।
आपको बता दें कि बिहार बोर्ड ने 3 मई तक मैट्रिक परीक्षा की उत्तर पुस्तिकाओं के मूल्यांकन कार्य को स्थगित कर दिया है। पहले मैट्रिक परीक्षा की उत्तर पुस्तिकाओं का मूल्यांकन कार्य 14 अप्रैल तक स्थगित किया गया था। चूंकि लॉकडाउन बढ़ा दिया गया है, इस कारण 3 मई के बाद मूल्यांकन शुरू किया जाएगा। इसकी जानकारी सभी जिला शिक्षा पदाधिकारी और केंद्र निदेशक को पत्र के माध्यम से दे दी गई है।
Shell Scripting Tutorial: How to Create Shell Script in Linux/Unix Shell Scripting Shell Scripting is an open-source computer program designed to be run by the Unix/Linux shell. Shell Scripting is a program to write a series of commands for the shell to execute. It can combine lengthy and repetitive sequences of commands into a single and simple script that can be stored and executed anytime which, reduces programming efforts. This Shell Scripting tutorial helps to learn a basic understanding of the Linux/Unix shell scripting program to advanced concepts of Shell Scripting. This Shell Script tutorial designed for beginners and professionals who want to learn What is Shell Scripting? How shell scripting works, types of shell, and more. What is Shell? Shell is a UNIX term for an interface between a user and an operating system service. Shell provides users with an interface and accepts human-readable commands into the system and executes those commands which can run aut...
Excel VBA Login Form It is possible to create a login based user form in excel VBA with all the login id drop-down list, and the password will be shared separately. At some point in time, you must have got an idea of creating a password-based login user form, which requires the user to pick their user id and enter the password to access the required worksheet. In this article, we will show you how to create a login userform using excel VBA. How to Create a Login User Form? For example, assume you have region-wise sales numbers in different worksheets. We have 4 different zone names, and each zone worksheet has its related data only. Now the idea is to create a login form where the “East” zone sales head should see only “East” zone data, not any other zones, but as an admin, you should see all the zones worksheets. You can download this VBA Login Excel Template here – VBA Login Excel Template First, we need to insert a sheet name called “Admin.” In this admin shee...
Comments
Post a Comment